post https://api.claimable.com/contacts
Create a new contact.
Log in to see full request history
Response
Create a new contact.
xxxxxxxxxx
10curl --request POST \
--url https://api.claimable.com/contacts \
--header 'accept: application/json' \
--header 'authorization: Bearer YOUR_API_KEY' \
--header 'content-type: application/json' \
--data '
{
"is_business": false
}
'
Try It!
to start a request and see the response here! Or choose an example: