Pular para o conteúdo principal
GET
/
client
/
webhook
/
config
Consultar configuração de webhook
curl --request GET \
  --url https://api.pixusglobal.com/client/webhook/config \
  --header 'Authorization: Bearer <token>'
{
  "url": "<string>",
  "events": [
    {}
  ]
}

Autorizações

Authorization
string
header
obrigatório

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Resposta

Configuração de webhook

url
string<uri>
events
object[]