Capvant

Read a subscription

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

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

Path Parameters

id*string
Formatuuid

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/497f6eca-6276-4993-bfeb-53cbbbba6f08"
JSON
{  "id": "string",  "url": "string",  "events": [    "lead.created"  ],  "active": true,  "created_at": "string",  "last_success_at": "string",  "last_failure_at": "string",  "failure_count": 0}