[POST] Generate Access Token
Generates an access token to access Truecaller for Business APIs.
Access Token rate limits:
Requests Per Minute (RPM): The maximum number of requests allowed within a one-minute time window.
A maximum of 10 tokens can be created every 30 minutes.
This API allows you to generate access token that grants you access to Truecaller for Business endpoints.
This endpoint generates an access token to access open_api endpoint
Path parameters
clientAccountIdstring · uuidRequired
Header parameters
AcceptstringOptionalExample:
{"value":"application/vnd.api+json; version=1.0"}
X-Public-AccessstringOptionalExample:
{"value":"allow"}
Body
api_keystring · uuidRequired
key_idstring · uuidRequired
Responses
200Success
400Error
401Error
500Error
post
POST /clients/{clientAccountId}/token HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 98
{
"api_key": "123e4567-e89b-12d3-a456-426614174000",
"key_id": "123e4567-e89b-12d3-a456-426614174000"
}
No content
Last updated
Was this helpful?