Generates JWT Authorization token required for accessing ClickPesa APIs
curl --request POST \ --url https://api.clickpesa.com/third-parties/generate-token \ --header 'api-key: <api-key>' \ --header 'client-id: <client-id>'
{ "success": true, "token": "Bearer token" }
Your Application Client ID.
Your Application API Key.
Generate token response
The response is of type object.
object