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"
}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"
}Documentation Index
Fetch the complete documentation index at: https://docs.clickpesa.com/llms.txt
Use this file to discover all available pages before exploring further.