v1
latestOpenAPI 3.1.02026-08-0411022.6 KBGet 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
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"
}