post http://api.tidyhq.com/v2/contacts
Creates a new contact with the given data
Responses
Creates a new contact with the given data
xxxxxxxxxx
curl --request POST \
--url http://api.tidyhq.com/v2/contacts \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"profile_image": null
}
'
Try It!
to start a request and see the response here! Or choose an example: