cURL
curl --request GET \ --url https://api.pixusglobal.com/client/webhook/logs \ --header 'Authorization: Bearer <token>'
{ "data": [ {} ], "pagination": { "page": 123, "limit": 123, "total": 123, "totalPages": 123 } }
Retorna todos os logs de webhook do usuário com paginação.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1 <= x <= 100
Logs de webhook
Mostrar atributos filhos
Esta página foi útil?