Get Contact
GET/contacts/:contactId
Retrieves a contact by its unique identifier.
Request
Version stringrequired
API Version
Available options
v3contactId stringrequired
Unique identifier of the contact
Successful response
- application/json
- Schema
- Example (auto)
Schema
contactobject
Contact details
{
"contact": {
"id": "seD4PfOuKoVMLkEZqohJ",
"name": "rubika deo",
"firstName": "rubika",
"lastName": "Deo",
"phone": "+18832327657",
"locationId": "ve9EPM428h8vShlRW1KT"
}
}