Contact
All endpoints related to contacts / people data.
Create Contact
Request Body
Name
Type
Description
{
"success": true,
"contact": {
"id": "contact001",
"firstName": "John",
"lastName": "Doe",
}
link: "https://app.yourdomain.com/contacts/contact001"
}Update Contact
Request Body
Name
Type
Description
Search Contact
Query Parameters
Name
Type
Description
Last updated