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_endpoint", "url": "https://api.suaempresa.com/webhooks/goatpay", "description": "ERP produção", "events": ["payment.paid", "transfer.completed"], "status": "Ativo", "createdAt": "2026-06-01T14:30:00.000Z" } ] }, "requestId": "req_abc123" }
Lista endpoints cadastrados pela 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