Skip to main content
GET
Get the webhook endpoint

Authorizations

api-key
string
header
required

Response

The webhook endpoint.

url
string<uri>
required

The https endpoint deliveries are POSTed to.

events
enum<string>[]
required

An event type a webhook endpoint can subscribe to.

Available options:
api.entity.created,
api.entity.updated,
api.account.created,
api.account.updated,
api.account.deleted,
api.payment.created,
api.payment.updated,
api.limitation.updated
isActive
boolean
required

When false, deliveries to this endpoint are paused.

description
string
createdAt
string<date-time>
updatedAt
string<date-time>