Read a subscription
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
Format
uuidResponse 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}