Skip to main content
GET
Get a webhook endpoint

Authorizations

Authorization
string
header
required

OAuth 2.0 client_credentials grant. Send client_id:client_secret as HTTP Basic, or as form fields. Tokens are HS256 JWTs valid for one hour (configurable). Decode them at jwt.io.

Path Parameters

id
string<uuid>
required

Response

ok

object
enum<string>
required

Discriminator naming the shape of this resource (e.g. account, transaction).

Available options:
webhook_endpoint
Example:

"account"

id
string<uuid>
required
url
string<uri>
required
active
boolean
required
description
string
mode
enum<string>
Available options:
live,
test
enabled_events
string[]
last_delivered_at
string<date-time> | null
created_at
string<date-time>
signing_secret
string

Returned only on create + rotate.

signing_secret_note
string

Hint to the integrator that the secret is shown once.