Get Contact
GET {{apiBaseUrl}}/v1/contacts/get?id={{contactId}}
This API allows you to get contact details based on the contact ID you specified in the query parameter.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
id | string | The contact ID of the user. |
RESPONSES
status: OK
{"id":"12345678-a2e9-495b-a6f5-1234a78abc50_Ja5my","name":"Alex","email":"alexgayle@cubeflakes.com","companyName":"","jobTitle":"","phoneNumber":null}