cURL
curl --request PATCH \ --url https://api.zapsterapi.com/v1/webhooks/{webhook_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "enabled": true, "name": "Meu Webhook", "url": "https://webhook.example.com/receive" }'
{ "created_at": "2025-03-12T23:12:19.448Z", "enabled": true, "id": "3nsnz68l0xbf0m3uu9tfo", "name": "Meu Webhook", "test_url": null, "url": "https://webhook.mydomain.com" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Identificador único do webhook.
Webhook registrado com sucesso.
Resposta ao registrar um webhook.