OrbitSenderDocs
ReferenceWebhooks

Listar webhooks

GET
/api/external/list-webhooks

Retorna as URLs de webhook configuradas.

Authorization

ApiKeyAuth
api-key<token>

Chave de API no formato sk_live_....

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/external/list-webhooks"
{  "success": true,  "webhooks": {    "campaign_status_url": "http://example.com",    "campaign_progress_url": "http://example.com",    "channel_status_url": "http://example.com"  }}
{  "success": false,  "error": "Unauthorized",  "message": "Chave de API inválida ou ausente."}
{  "success": false,  "error": "Internal Server Error",  "message": "Erro interno ao processar a requisição."}