List webhook endpoints
Webhooks
List webhook endpoints
Returns every webhook endpoint registered for the workspace,
ordered by createdAt descending. The plaintext signing secret
is never returned by this endpoint — only secretLast4. Use
POST /v1/webhook-endpoints/{endpointId}/rotate-secret if the
plaintext is lost.
GET
List webhook endpoints
Authorizations
Pass Authorization: Bearer scripe_sk_live_<...> (or
scripe_sk_test_<...> for test keys) on every request. Keys
are scoped to a single workspace and can be revoked from the
Scripe dashboard.
Headers
Pin the API version. Format YYYY-MM-DD. Omit to receive the
currently rolling default. Unknown versions return 400 version_unsupported.
Example:
"2026-08-01"