latestOpenAPI 3.0.02026-08-2217901.1 MB

ef9153fcac7c

Subscriptions & Webhooks

Get subscription

get/subscriptions/{id}

Path parameters

idinteger required

ID of the subscription

Response

Successfully retrieved subscription's information

Example response

{
  "subscription": {
    "id": 963,
    "type": "API_TOKEN_CREATED",
    "url": "https://example.com"
  }
}