Skip to main content
GET
Get webhook details

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

The unique identifier of the webhook.

Response

Success response

id
string<uuid>
required

The unique identifier for the webhook.

created_at
string<date-time>
required

The timestamp when the webhook was created.

events
enum<string>[]
required

The list of events the webhook is subscribed to.

Minimum array length: 1

The type of event that occurred.

Available options:
network.token.updated,
pci.token.security-code.expired
url
string<uri>
required

The URL to which the webhook sends event notifications.

masked_hmac_key
string

The masked HMAC key used to sign the payloads sent to the webhook URL.

Example:

"123xxxx"