Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://{baseurl}/api/v1/management/contacts/{contactId} \ --header 'x-api-key: <x-api-key>'
{ "data": { "createdAt": "2024-12-11T08:59:37.550Z", "id": "cm4jnsxcd00ufh3aqz1b6zox6", "updatedAt": "2024-12-11T08:59:37.550Z", "userId": null, "workspaceId": "cm37a748d0008hbwhqvvuba23" } }
Retrieve a specific contact by its ID
The ID of the contact to retrieve
OK
The response is of type object.
object
Was this page helpful?