UCAP
For businessCreate your profile

Sandbox playground

Drive the full OAuth 2.0 + PKCE flow end-to-end against a shared sandbox client. No keys required — tokens issued here carry env="sandbox" and expire in minutes.

Configure the flow
client_id
loading…
redirect_uri
https://phase2.ucap.africa/developers/sandbox/callback

Requested scopes

You'll be sent to /oauth/authorize, sign in, approve, and return here.
How this works

1. The page generates a PKCE verifier/challenge pair and redirects you to the authorize endpoint.

2. You sign in as a consumer (or create a test account) and approve the requested scopes.

3. The callback page exchanges the returned code for an access token using the verifier — and then calls /me/profile so you can see the wire response.