API v1 Documentation
Client API > Response
Client API > Contacts
Client API > Display
Client API > Environment
Client API > User
Management API > Action Class
Management API > Attribute Class
Management API > Contact Attribute Keys
Management API > Contact Attributes
Management API > Contacts
Management API > Me
Management API > People
Management API > Response
Management API > Storage
Management API > Survey
Management API > Webhook
Health
Get Contact by ID
Retrieve a specific contact by its ID
GET
/
api
/
v1
/
management
/
contacts
/
{contactId}
curl --request GET \
--url http:///%7B{baseurl}%7D/api/v1/management/contacts/{contactId} \
--header 'x-api-key: <x-api-key>'
{
"data": {
"createdAt": "2024-12-11T08:59:37.550Z",
"environmentId": "cm37a748d0008hbwhqvvuba23",
"id": "cm4jnsxcd00ufh3aqz1b6zox6",
"updatedAt": "2024-12-11T08:59:37.550Z",
"userId": null
}
}
Headers
Path Parameters
The ID of the contact to retrieve
Response
200
application/json
OK
The response is of type object
.
Was this page helpful?
curl --request GET \
--url http:///%7B{baseurl}%7D/api/v1/management/contacts/{contactId} \
--header 'x-api-key: <x-api-key>'
{
"data": {
"createdAt": "2024-12-11T08:59:37.550Z",
"environmentId": "cm37a748d0008hbwhqvvuba23",
"id": "cm4jnsxcd00ufh3aqz1b6zox6",
"updatedAt": "2024-12-11T08:59:37.550Z",
"userId": null
}
}