cURL
curl --request POST \ --url http://localhost:3000/webhooks/leads \ --header 'Authorization: Bearer <token>' \ --header 'x-tenant-key: <x-tenant-key>'
Recebe leads de sistemas externos com deduplicação.
x-tenant-key
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
API key do tenant
Lead processado