Capvant

Your subscriptions

get
https://sandbox.capvant.com/partner/v1/webhook-subscriptions
GET
/webhook-subscriptions

The signing secret is never listed. It is shown once, when the subscription is created.

Authorization

AuthorizationBearer <token>

An access token from POST /oauth/token. Valid for one hour. Preferred, because a leaked request log then exposes an hour rather than a permanent credential.

In: header

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

Shell
curl -X GET "https://sandbox.capvant.com/webhook-subscriptions"
JSON
{  "webhook_subscriptions": [    {      "id": "string",      "url": "string",      "events": [        "lead.created"      ],      "active": true,      "created_at": "string",      "last_success_at": "string",      "last_failure_at": "string",      "failure_count": 0    }  ]}