cURL
curl --request GET \ --url https://app.usequeue.com/api/v1/clients/{client_id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "client": { "id": "abc123", "username": "Client Inc.", "email": "[email protected]" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Client detail
true
Show child attributes
"abc123"
"Client Inc."
"[email protected]"