v1

latestOpenAPI 3.1.02026-08-0411022.6 KB

Get Webhook

Fetch the configuration details for a webhook subscription.

get/{subscription_id}

Path parameters

subscription_idstring required

Unique identifier for the subscription to fetch.

Headers

X-API-Keystring required

Your assigned API key

Response

200

messagestring
subscription_idstring
callback_urlstring
event_typesstring[]
created_atstring

Example response

{
  "message": "OK",
  "subscription_id": "fac8df3b-b0e9-4a16-9990-503f704445ff",
  "callback_url": "https://client.app/ts-webhook",
  "event_types": [
    "token.malicious"
  ],
  "created_at": "2025-09-08T01:46:36.436Z"
}