OnLink
API reference

Register an administrator who can approve withdrawal addresses

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.

POST
/v1/admins

Authorization

partner-key
X-OnLink-Key<token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/v1/admins" \  -H "Content-Type: application/json" \  -d '{    "email": "ops@yourcompany.com",    "name": "string"  }'
{  "adminId": "c9f2a3b4-5d6e-4708-9a1b-2c3d4e5f6071",  "email": "ops@yourcompany.com",  "name": "Amina Otieno",  "status": "active"}