Reference
Swagger explorer
Interactive reference behind the developer gate.
Open explorerReference
Interactive reference behind the developer gate.
Open explorerReference
Readable schema view for solution design and review.
Open ReDocReference
Raw schema for SDK generation and partner tooling.
Download schemaReference
Identity and account-context queries where enabled.
Open endpointReference
REST example
curl -H 'Authorization: Bearer YOUR_TOKEN' 'https://www.retrieve.org.bw/api/v1/assets/'Reference
REST example
curl -X POST 'https://www.retrieve.org.bw/api/v1/recovery/' -H 'Authorization: Bearer YOUR_TOKEN' -H 'Content-Type: application/json' -d '{"report_type":"found","location":"Gaborone"}'Reference
GraphQL example
query AccountContext {
myProfile {
id
email
userType
}
}