cURL
curl --request GET \ --url https://supmaya.com/api/v1/contacts/{contact} \ --header 'Authorization: Bearer <token>'
{ "id": 123, "first_name": "<string>", "last_name": "<string>", "company": "<string>", "email": "jsmith@example.com", "phone": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Returns a single contact by ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Contact ID
Contact