cURL
curl --request GET \ --url https://api.example.com/v1/contacts/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "550e8400-e29b-41d4-a716-446655440000", "firstName": "John", "lastName": "Doe", "phoneNumbers": [ "+33612345678" ], "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "lastModificationSource": "SKIPCALL", "email": "john.doe@example.com", "company": "Acme Inc." }
Returns a single contact by ID
Enter your API Key (sk_live_xxx or sk_test_xxx)
The contact
"550e8400-e29b-41d4-a716-446655440000"
"John"
"Doe"
["+33612345678"]
SKIPCALL
API
HUBSPOT
PIPEDRIVE
"john.doe@example.com"
"Acme Inc."