post https://api.clientsuccess.com/v2/contact
Create a new contact
Log in to see full request history
Response
Create a new contact
xxxxxxxxxx
14curl --request POST \
--url https://api.clientsuccess.com/v2/contact \
--header 'accept: */*' \
--header 'content-type: application/json' \
--data '
{
"status": "ACTIVE",
"advocate": true,
"champion": true,
"executiveSponsor": true,
"keyContact": true,
"starred": true
}
'
Try It!
to start a request and see the response here! Or choose an example: