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