cURL
curl --request POST \ --url https://api.thatsme.com.br/api/v1.0/webhooks \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "url": "<string>", "events": [ "<string>" ], "description": "<string>" } '
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
URL to receive webhook events
List of event types to subscribe to
Description for this endpoint
Webhook endpoint created