cURL
curl --request GET \ --url https://api.pixusglobal.com/client/webhook/config \ --header 'Authorization: Bearer <token>'
{ "url": "<string>", "events": [ {} ] }
Retorna a configuração atual de webhook do usuário.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Configuração de webhook
Esta página foi útil?