Referência da APIWebhooks
Últimas entregas de uma assinatura
As 50 mais recentes. Sem cursor — `nextCursor` sempre null.
As 50 mais recentes. Sem cursor — nextCursor sempre null.
Autorização
apiKey AutorizaçãoBearer <token>
Chave de API (gos_…)
Em: header
Parâmetros de caminho
id*string
Length
1 <= lengthCorpo da resposta
application/json
curl -X GET "https://example.com/webhooks/string/deliveries"{ "data": [ { "id": "string", "subscriptionId": "string", "event": "contact.created", "status": "pending", "attempts": -9007199254740991, "responseStatus": -9007199254740991, "lastError": "string", "lastAttemptAt": "string", "createdAt": "string" } ], "nextCursor": "string"}