cURL
curl --request GET \ --url https://api.sandbox.wepayout.com.br/v2/automatic-pix/webhooks/authorization-history/{id} \ --header 'Authorization: Bearer <token>'
[ { "id": "webhook-id", "url": "https://callback.url", "status": 200, "request_body": "{\"id\": 1, \"status\": \"ACTIVE\"}", "response_body": "OK", "created_at": "2023-01-01T00:00:00Z" } ]
List webhooks for an authorization history
Documentation IndexFetch the complete documentation index at: https://docs.wepayout.co/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.wepayout.co/llms.txt
Use this file to discover all available pages before exploring further.
Show webhook object
Was this page helpful?