Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X GET 'https://api.goatpay.com.br/v1/webhooks/list' \ -H 'X-API-Key: gp_live_SUA_CHAVE'
{ "success": true, "message": "Webhooks listados com sucesso", "data": { "items": [{ "id": "clx_webhook", "url": "https://api.suaempresa.com/webhooks/goatpay", "description": "ERP produção", "events": ["payment.paid", "transfer.completed"], "status": "ACTIVE", "createdAt": "2026-07-01T12:00:00.000Z" }] }, "requestId": "req_abc" }
Lista webhooks da API key.
Chave gp_live_... criada em Integrações → Chaves de API no dashboard.
gp_live_...
Lista de endpoints de webhook (sem histórico de entregas).
Show child attributes