cURL
curl --request GET \ --url https://api.example.com/api/v1/partner/clients/{id} \ --header 'Authorization: Bearer <token>'
{ "id": 55, "firstName": "John", "lastName": "Doe", "email": "john@example.com", "phone": "+380671234567", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
Returns client profile information for the given user ID.
Partner API key. Format: sk_branch_<32chars>, sk_personal_<32chars>, or pk_<32chars> (public, read-only)
sk_branch_<32chars>
sk_personal_<32chars>
pk_<32chars>
Client user ID
Client profile
55
"John"
"Doe"
"john@example.com"
"+380671234567"