Skip to main content
GET
/
v1
/
webhooks
List all webhook endpoints
curl --request GET \
  --url https://api.example.com/v1/webhooks \
  --header 'Authorization: Bearer <token>'
[
  {
    "createdAt": "<string>",
    "enabled": true,
    "events": [],
    "id": "<string>",
    "signingSecretHint": "ab1f",
    "updatedAt": "<string>",
    "url": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Enter Auth0 JWT token

Response

List of webhook endpoints (secrets masked)

createdAt
string
required

Creation timestamp

enabled
boolean
required

Whether the endpoint is enabled

events
enum<string>[]
required

Subscribed event types

Available options:
payout.processing,
payout.paid,
payout.failed,
payout.cancelled,
webhook.test
id
string
required

Endpoint ID

signingSecretHint
string
required

Last 4 characters of the signing secret

Example:

"ab1f"

updatedAt
string
required

Last update timestamp

url
string
required

Webhook URL