token
post
token
Resource URL
https://api-sandbox.arity.com/services/roadside/v1/oauth/accesstoken
Query Parameters
Name | Values | Description |
---|---|---|
grant_type
(required) |
grant_type must be client_credentials provided when creating application |
Header Parameters
Name | Values | Description |
---|---|---|
Content-Type |
|
|
client_id
(required) |
Client_id provider when creating application |
|
Authorization
(required) |
Base64 encoded Client ID and client secret (client_id:client_secret) |
Make a request and see the response.
Make a request and see the response.
Make a request and see the response.
Response Error Details
-
HTTP CodeError CodeDescription
-
400400
Bad Request response
-
401401
Unauthorized response
-
500500
Service Error response
Resource Summary |
|
Security |
None |
Content Type |
application/x-www-form-urlencoded |
Category |
Get Started |
Name | Type | Description |
---|
Name | Type | Description |
---|---|---|
issued_at | string | location where the token was issued? |
scope | string | |
application_name | string | Name of application eg. 109194f8-ff3c-46d4-a93d-36b513a83489 |
status | string | This fields indicates if the request was Approved |
api_product_list | string | Production list name: Roadside-Production |
expires_in | string | Time in seconds when the acess-token will expire eg 7199 is 2 hours |
developer | string | email address of application owner |
organization_id | string | Identification for the API orgnaizatio; arity-ccp |
token_type | string | Type of token eg BearerToken |
client_id | string | Client type for the application |
access_token | string | The API access token to be used for making API calls |
organization_name | string | Organization name |
refresh_token_expires_in | string | Time in seconds for when the refresh token will expire |
refresh_count | string | Number of times allowed to refresh the token. Currently set to zero |
Working...