Authentication
Payceler APIs are secured using Bearer Token Authentication to ensure only verified and authorized applications can access resources. Before you can begin making requests to any of our product APIs (Disbuz, Endoz, etc.), you need to authenticate using your API keys.
The process involves:
Obtaining your API keys from the dashboard.
Exchanging your keys for an access token.
Using the token to authenticate API requests.
For better security, all access tokens expire after a limited duration and must be refreshed. Continue below for details on each step.
Last updated
