Balad™ APIs implement the OAuth 2.0 Client Credentials flow, which is designed for server-to-server authentication. This flow allows your application to request an access token directly using your Client ID and Client Secret without user interaction.
All API calls must include an Authorization header in this format: Authorization: Bearer <ACCESS_TOKEN>
Go to the Balad® Dashboard and sign in using your provided credentials.
2
Step 2 — Navigate to Client Secrets
From the left-hand menu, go to Developer → Client Secrets to manage your client secrets.
3
Step 3 — Add Client Secret
Click Add Client Secret, provide a Description and set the Expiration Date, then click Confirm.
4
Step 4 — Copy and Store Your Client Secret
Once generated, copy the client secret immediately and store it in a secure location, as it will not be visible again for security reasons.You will use the Client ID and Client Secret when requesting an Access Token for your API requests. Token