post http://api.tidyhq.com/v2/contacts//links
Given a source contact, links them to another contact.
Response
Given a source contact, links them to another contact.
xxxxxxxxxx
curl --request POST \
--url http://api.tidyhq.com/v2/contacts/contactID/links \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"type":"child"}'
Try It!
to start a request and see the response here! Or choose an example: