generateToken

post

generateToken

Generate an access token to use for authorization on subsequent API calls. Token expires every hour and must be passed in the header of all subsequent API calls. Required fields: Client ID and Client Secret.

Resource URL

https://api.arity.com /platform/oauth/v1/token

Header Parameters


Name Values Description
client_id
(required)

Value provided by Arity

client_secret
(required)

Value provided by Arity

grant_type
(required)

Value must be client_credentials

scope
(required)

Value must be b2b or mobile

Request Body

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.

Resource Summary

Security

Content Type

application/json

Category

authorization-controller

Working...

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