API reference
List your active administrators
curl -X GET "https://example.com/v1/admins"[ { "adminId": "c9f2a3b4-5d6e-4708-9a1b-2c3d4e5f6071", "email": "ops@yourcompany.com", "name": "Amina Otieno", "status": "active" }]Register an administrator who can approve withdrawal addresses POST
The email domain must match the one configured for your partner account. This is checked server-side against an exact match — subdomains and lookalikes are refused.
Remove an administrator DELETE
Also lapses any approval code already sent to them — a removed administrator’s mailbox must not still hold a live second factor.