Skip to main content
GET
/
api
/
v1
/
webhooks
Obter informações de webhook
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>"
  }
}

Authorizations

X-API-Key
string
header
required

Chave de API obtida através do endpoint /api/credentials. Também aceita formato Bearer Token: Authorization: Bearer <api_key>

Response

Informações de webhook

message
string
webhooks
object