token

post

token

Generates an access token when provided with client_ID and base64 encoded client_id & client_secret.

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)

HTTP Basic

OAuth 2.0

API Key

Reset

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 Code
    Error Code
    Description
  • 400
    400

    Bad Request response

  • 401
    401

    Unauthorized response

  • 500
    500

    Service Error response

Resource Summary

Security

None

Content Type

application/x-www-form-urlencoded

Category

Get Started

Name Type Description
Name Type Description
issued_atstringlocation where the token was issued?
scopestring
application_namestringName of application eg. 109194f8-ff3c-46d4-a93d-36b513a83489
statusstringThis fields indicates if the request was Approved
api_product_liststringProduction list name: Roadside-Production
expires_instringTime in seconds when the acess-token will expire eg 7199 is 2 hours
developer
.email
stringemail address of application owner
organization_idstringIdentification for the API orgnaizatio; arity-ccp
token_typestringType of token eg BearerToken
client_idstringClient type for the application
access_tokenstringThe API access token to be used for making API calls
organization_namestringOrganization name
refresh_token_expires_instringTime in seconds for when the refresh token will expire
refresh_countstringNumber of times allowed to refresh the token. Currently set to zero

Working...

© 2019 Arity, LLC. All rights reserved.  | Privacy Policy | Terms of Use | Legacy APIs