Generate B2B Access Token API

This API is used to generate a B2B access token. Store and reuse the token for the duration indicated by the expiresIn field.

Service Code: 73

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
enum
required

OAuth grant type. Possible value: client_credentials.

Allowed:
additionalInfo
object
required
Headers
string
required
length between 24 and 27

Client's current local time in yyyy-MM-ddTHH:mm:ssTZD ISO-8601 format.

string
required
length between 32 and 36

Client's client_id. Provided by Ayoconnect when onboarding is completed.

string
required

Integrity checking using asymmetric signature: SHA256withRSA(Private_Key, stringToSign).

stringToSign = client_ID + "|" + X-TIMESTAMP

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json