OAuth2.0 Testing API demonstrates standard OAuth2.0 authentication with refresh token for pagination.
Method
GET
Endpoint
{{base_url}}/orderdetails-OAuth2.0
Authorization
Type: OAuth 2.0
Refresh Token Endpoint URL: {{base_url}}/api/oauth2/token
Headers
{
"Content-Type": "application/x-www-form-urlencoded"
}
Body
{
"grant_type": "password",
"client_id": "{{client_id}}",
"client_secret": "{{client_secret}}",
"username": "training@bizdata360.com",
"password": "B!zdata@360"
}
Numeric Parameters
| Parameter | Value | Description |
|---|---|---|
| Minimum Number | 0 | Minimum records per page |
| Maximum Number | 1000 | Maximum records per page |
Notes:
- Standard offset pagination applies.
Authentication Instructions:
To acquire the Base URL and create your own Client ID and Secret, please refer to the My Profile section within your eZintegrations account.
