Get Contact
GET/contacts/:contactId
Get Contact
Request
Version stringrequired
API Version
Available options
2021-04-15contactId stringrequired
Contact Id
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"
}
}