cURL
curl --request GET \ --url https://upay-sistema-api.onrender.com/api/v1/webhooks \ --header 'X-API-Key: <api-key>'
{ "message": "<string>", "webhooks": { "url": "<string>", "events": [ "<string>" ], "secret": "<string>" } }
Obtém informações sobre webhooks configurados
Chave de API obtida através do endpoint /api/credentials. Também aceita formato Bearer Token: Authorization: Bearer <api_key>
Informações de webhook
Show child attributes