APIs that power candidate management across Africa and beyond โ a stable, versioned contract you can build against today. Pick an environment in the reference and start integrating.
Explore the API โ OpenAPI specThe same contract, per environment. Your API key is scoped to one of them.
| Environment | Base URL | For |
|---|---|---|
| Development | https://api.dev.gca.rolerelay.com | Integration & testing |
| Production | https://api.gca.rolerelay.com | Live traffic (coming) |
Every /v1 request carries an X-API-Key. Create a candidate:
# against Development
curl -X POST https://api.dev.gca.rolerelay.com/v1/candidates \
-H "X-API-Key: <your-key>" \
-H "Content-Type: application/json" \
-d @candidate.json
Open the reference, pick Development in the server dropdown, and use Try it to send a live request.
/v1.