Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://sandbox.ntxpay.com/api/webhooks-config \ --header 'Authorization: Bearer <token>'
{ "accountId": 93, "webhooks": [ { "id": 42, "url": "https://example.com/webhooks/mx", "events": [ "cash_in", "cash_out" ], "isActive": true, "createdAt": "2026-05-01T10:30:00.000Z" } ], "total": 2 }
Requer Bearer JWT.
JWT obtido em POST /api/auth/token
Lista de webhooks
93
Show child attributes
2