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.

Returns a token for use in other API calls

post

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: 255Required

A code provided by Clickatell known only to the bank application and the authorization server

Example: 1234d567-89d0-12d2-ac45-0bce6e7f879c
grant_typestring · max: 100Required

Indicates the type of grant being presented in exchange for an access token. Always use “client_credentials”

Example: client_credentials
client_idinteger · max: 255Required

Public identifier for the bank

Example: 200
Responses
200

successful response

application/json
post
/token

Last updated