Growth OS API

Listar assinaturas de webhook

Sem paginação por cursor (lista costuma ser pequena) — `nextCursor` sempre null.

GET
/webhooks

Sem paginação por cursor (lista costuma ser pequena) — nextCursor sempre null.

AutorizaçãoBearer <token>

Chave de API (gos_…)

Em: header

Corpo da resposta

application/json

curl -X GET "https://example.com/webhooks"
{  "data": [    {      "id": "string",      "url": "string",      "events": [        "contact.created"      ],      "active": true,      "failingSince": "string",      "disabledReason": "string",      "createdAt": "string",      "updatedAt": "string"    }  ],  "nextCursor": "string"}