Create contact
POST/createcontact
Create contact
Request
Header Parameters
x-api-token stringrequired
Example: opensign.xxxx
- application/json
Body
required
provide below parameter to create contact
Name stringrequired
Email stringrequired
Phone stringrequired
Responses
- 200
- 404
- 405
Contact created successfully!
- 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"
}
Something went wrong, please try again later!
Invalid API Token!
Loading...