Growth OS API

Últimas entregas de uma assinatura

As 50 mais recentes. Sem cursor — `nextCursor` sempre null.

GET
/webhooks/{id}/deliveries

As 50 mais recentes. Sem cursor — nextCursor sempre null.

AutorizaçãoBearer <token>

Chave de API (gos_…)

Em: header

Parâmetros de caminho

id*string
Length1 <= length

Corpo 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"}