post https://store.myheadq.com/contacts
Create a contact with the given properties and return a copy of the object, including the ID.
Log in to see full request history
Responses
Create a contact with the given properties and return a copy of the object, including the ID.
xxxxxxxxxx
11curl --request POST \
--url https://store.myheadq.com/contacts \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"Contact": {
"email": "john.smith@example.com"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: