Developer portal

Sandbox first. Production only after approval.

Sandbox

Spin up OAuth apps, docs, and test traffic without touching production.

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

Sandbox checklist

  1. Apply for developer approval.
  2. Sign in to the server-side developer workspace.
  3. Register your sandbox OAuth client.
  4. Use docs, schema, and token flow to integrate.

Reference

Token exchange

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'