API Reference
This describes the way clients request API tokens to use in API calls
Returns a token for use in other API calls
The Security API is used to request a temporary ACCESS_TOKEN and API_KEY that must be supplied in the header of all API calls from the client to Clickatell.
The Security API is used to request a temporary ACCESS_TOKEN and API_KEY that must be supplied in the header of all API calls from the client to Clickatell
Body
client_secretstring · max: 255RequiredExample:
A code provided by Clickatell known only to the bank application and the authorization server
1234d567-89d0-12d2-ac45-0bce6e7f879cgrant_typestring · max: 100RequiredExample:
Indicates the type of grant being presented in exchange for an access token. Always use “client_credentials”
client_credentialsclient_idinteger · max: 255RequiredExample:
Public identifier for the bank
200Responses
200
successful response
application/json
400
failure response
application/json
post
/tokenLast updated