GET
/
event_subscriptions
/
{event_subscription_id}
curl --request GET \
  --url https://api.useswift.dev/event_subscriptions/{event_subscription_id} \
  --header 'Authorization: Bearer <token>'
{
  "created_at": "2024-01-31T23:59:59Z",
  "event_category": "account.created",
  "id": "event_subscription_vjb43lkAdf934jb13Df93",
  "url": "https://example.com/webhook"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

event_subscription_id
string
required

The identifier of the Event Subscription to retrieve.

Response

200
application/json

Event Subscription

Event Subscriptions are used to receive webhooks when Events occur. They can be configured via the Dashboard or via the API.