Use the Private Integration API Token of within your account settings.
Provide your bearer token in the Authorization header when making requests.
Example:
Authorization: Bearer 123
Authorization: Bearer 123
Version: 2021-07-28
contactId: ocQHyuzHvysMo5N5VsXc
Example request:
curl --request DELETE \
--url https://services.leadconnectorhq.com/contacts/ocQHyuzHvysMo5N5VsXc \
--header 'Accept: application/json' \
--header 'Authorization: Bearer 123' \
--header 'Version: 2021-07-28'
Example response:
{
"succeded": true
}