List Webhooks
Lists the webhooks configured on an account, optionally filtered by state
state=ACTIVE or state=INACTIVE to list only the webhooks in that state, and omit it to list all of them.
The same webhooks are listed in the Developers tab of the Yuno dashboard.Authorizations
Query Parameters
The unique identifier of the account the webhooks belong to.
"493e9374-510a-4201-9e09-de669d75f256"
Return only the webhooks in this state. Omit it to return all of them.
ACTIVE, INACTIVE "ACTIVE"
Response
The webhooks configured on the account, or an empty array if it has none.
The unique identifier of the webhook.
"12345"
The unique identifier of the account the webhook belongs to.
"493e9374-510a-4201-9e09-de669d75f256"
Your name for the webhook.
"Production payments listener"
ACTIVE webhooks receive notifications, INACTIVE ones do not. A webhook starts out ACTIVE.
ACTIVE, INACTIVE "ACTIVE"
The endpoint Yuno sends the notifications to.
"https://api.acme.com/yuno/webhooks"
Masked as ***, or null when you have not configured it.
"***"
Masked as ***, or null when you have not configured it.
"***"
Masked as ***, or null when you have not configured it.
"***"
Your token endpoint.
"https://api.acme.com/oauth/token"
Masked as ***, or null when you have not configured it.
"***"
The client identifier Yuno authenticates with.
"acme_client_id"
The grant type Yuno requests the token with.
"client_credentials"
The scope Yuno requests the token with.
"webhooks:write"
The header Yuno sends the token in.
"Authorization"
Whether Yuno also sends the client identifier as a header on the token request.
true
The enrollment events the webhook subscribes to.
The payment events the webhook subscribes to.
The report events the webhook subscribes to.
The subscription events the webhook subscribes to.
The onboarding events the webhook subscribes to.
How many days before a renewal Yuno sends the CLOSE_TO_RENEWAL notification.
5
The date and time the webhook was created, in ISO 8601.
"2026-07-09T13:05:36.482913Z"
The date and time the webhook was last updated, in ISO 8601. It matches created_at until you update the webhook for the first time.
"2026-07-11T16:20:44.918330Z"