Skip to main content
GET
/
webhook
/
events
Lista todos os eventos de webhook emitidos
curl --request GET \
  --url https://api.astronpay.co/api/v1/webhook/events \
  --header 'x-api-key: <api-key>' \
  --header 'x-api-secret: <api-key>'
{
  "events": [
    {
      "event": "order.completed",
      "description": "<string>",
      "payloadSchema": {}
    }
  ]
}

Authorizations

x-api-key
string
header
required
x-api-secret
string
header
required

Response

200 - application/json

OK

events
object[]