⚠️ 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} \ --header 'x-api-key: <x-api-key>'
{ "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
Client ID internal identifier
"123"
Client ID details
Was this page helpful?