Authentication
API Keys
From the dashboard, you can view and regenerate API keys.
REQUEST HEADER
Every request header is authorized using your API key.
This is the Private Key for either sandbox or live environments in the My Apps section of the dashboard.
Your request header should look like:
API Keys
BASE URL
All API requests made must include a base URL. Below are the base URLs for each environment.
SANDBOX ==> https://sandbox.dojah.io
PRODUCTION ==> https://api.dojah.io
π Note:
To ensure successful responses:
- You must have created an app.
- You must ensure all requests are made using βHTTPSβ.
Also, Do not share your Secret key with anyone
Was this page helpful?