Skip to main content
GET
Listar webhooks

Authorizations

Authorization
string
header
required

JWT obtenido desde /v2/auth/login

Response

Webhooks configurados.

id
string
required

Identificador único del webhook.

Example:

"550e8400-e29b-41d4-a716-446655440000"

callbalckUrl
string
required

URL configurada para recibir notificaciones.

Example:

"https://partner.example.com/webhooks/yp"

events
object
required

Eventos configurados.

createdAt
string
required

Fecha de creación.

Example:

"2026-05-12T12:00:00.000Z"

updatedAt
string
required

Fecha de última actualización.

Example:

"2026-05-12T12:00:00.000Z"

status
enum<string>
required

Estado del webhook.

Available options:
ACTIVE,
INACTIVE,
SUSPENDED
Example:

"ACTIVE"

description
object | null

Descripción del webhook.

Example:

"Webhook principal"