Features
Refunds
Tokenization
Recurring Payments
GET/v1/webhooks

Obtener los Webhooks creados

El endpoint permite recuperar los enpoints creados por el comercio. El mismo devuelve la url, la descripción, su estado, y más.

Responses

200

200

{
  "data": [
    {
      "id": "example_string",
      "description": "example_string",
      "url": "example_string",
      "events": [
        "example_string"
      ],
      "rate_limit": 123,
      "status": "example_string",
      "created_at": "example_string",
      "updated_at": "example_string"
    }
  ]
}
Log in to use your API keys with Try It!
REQUEST
123