⚠️ Beta Docs – Welcome page, Payment Demo, Webhooks, and NEAR docs are ready. Use Cases, API, Resources, SDK, and Release Notes are still being revised. View stable docs →
cURL
curl --request GET \ --url https://api.request.network/v2/client-ids/{id}
{ "id": "<string>", "clientId": "<string>", "label": "<string>", "allowedDomains": [ "<string>" ], "feePercentage": "<string>", "feeAddress": "<string>", "status": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "lastUsedAt": "<string>" }
Get details of a specific client ID
API key for authentication (optional if using session)
Bearer token for session authentication (optional if using API key)
"Bearer <session-token>"
Client ID internal identifier
"123"
Client ID details
Was this page helpful?