cURL
curl --request GET \ --url https://api.notifique.dev/v1/webhooks \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": [ { "id": "<string>", "workspaceId": "<string>", "name": "<string>", "url": "<string>", "secret": "<string>", "events": [ "<string>" ], "instanceIds": [ "<string>" ], "enabled": true, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ], "pagination": { "total": 123, "page": 123, "limit": 123, "totalPages": 123 } }
Lista os webhooks do workspace. Permite filtrar por evento. Escopo: webhooks:read ou webhooks:manage.
Authorization: Bearer sk_live_xxxxx
x <= 100
Filtrar webhooks que escutam este evento.
Lista de webhooks com paginação (secret não incluído).
true
Show child attributes
Was this page helpful?