Approval
Required
Every developer begins here
Sandbox
Sandbox stays gated by developer approval, then opens app registration and schema access.
Approval
Required
Every developer begins here
OAuth app
1+
Register redirect URIs and client secrets
Docs
Gated
Swagger, ReDoc, and schema unlock after approval
Traffic
Rate-limited
Evaluation lane only
Steps
Reference
Use approved sandbox credentials
curl -X POST 'https://www.retrieve.org.bw/o/token/' -d 'grant_type=client_credentials' -d 'client_id=YOUR_SANDBOX_CLIENT_ID' -d 'client_secret=YOUR_SANDBOX_CLIENT_SECRET' -d 'scope=read write'