Webhooks

Obtener suscripciones

GET /v1/webhooks

Este endpoint permite obtener todas las suscripciones a Webhooks que tiene un cliente. Las suscripciones se devuelven como una lista de elementos.

  curl --request GET \
    --url https://api.menta.global/api/v1/webhooks \
    --header 'Authorization: Bearer {access_token}' \
[
  {
    "id": "string",
    "customer_id": "string",
    "notification_url": "string",
    "notification_type": "array"
  }
]