Get contact
GET/contact/:contact_id
get a contact
Request
Path Parameters
contact_id stringrequired
objectId of contact
Header Parameters
x-api-token stringrequired
Example: opensign.xxxx
Responses
- 200
- 404
- 405
successful operation
- application/json
- Schema
- Example (from schema)
Schema
objectId string
Name string
Email string
Phone string
{
"objectId": "ph1bhx2jp",
"Name": "joe bee",
"Email": "joebee@example.com",
"Phone": "4131231231"
}
Contact not found!
Invalid API Token!
Loading...