Get webhook subscriptionv3.0

GET
/api/v3/webhook_subscriptions/{id}

Retrieves a webhook subscription by ID.

Authorization

ApiKeyAuth
x-api-key<token>

Project API key authentication

In: header

Path Parameters

idstringRequired

Webhook subscription ID

Format: webhookSubscriptionId

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/v3/webhook_subscriptions/string"
{  "id": "string",  "webhook_url": "string",  "version": "V1",  "enabled_events": [    "string"  ],  "secret": "string",  "created_at": "string",  "updated_at": "string"}