cURL
curl --request GET \ --url https://api.projectcor.com/v1/clients/{id} \ --header 'Authorization: Bearer <token>'
{ "id": 123, "name": "<string>", "business_name": "<string>", "name_contact": "<string>", "last_name_contact": "<string>", "email_contact": "jsmith@example.com", "website": "<string>", "description": "<string>", "condition": "<string>", "phone": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Client details