cURL
curl --request GET \ --url https://dev-api-partner.onecluster.co/api/v1/partners/{partnerId}/production-access-request \ --header 'Authorization: <api-key>'
{ "success": true, "responseCode": "00", "message": "Request retrieved", "data": { "requestId": "req-uuid", "status": "UNDER_REVIEW", "apiProducts": [ "Accounts", "Payments" ], "requestedAt": "2026-03-25T10:00:00+01:00", "reviewedAt": null, "slaDeadline": "2026-03-30T10:00:00+01:00" } }
Check where your production access request is in the review process.
Your API key, formatted as: ApiKey ubn_sb_your_key_here
ApiKey ubn_sb_your_key_here
ubn_sb_
ubn_pk_
Current status of your production access request
Standard response wrapper for all successful API calls
Always true for successful responses
true
00 means success
00
"00"
Human-readable description of the result
"Request processed successfully"
The actual response data (varies by endpoint)
Show child attributes