Get logger information by ID. To see the requests made to the logger, see /http_loggers/{id}/data
/http_loggers/{id}/data
cURL
curl --request GET \ --url https://app.pentest-tools.com/api/v2/http_loggers/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "label": "mypentest", "id": 123, "handler_url": "https://pentest-tools.com/logger/55iIAkDkGn", "active_days": 42, "num_requests": 32, "requests_left": 100 } }
Use the "API key" from the profile page as the token
id of the logger
OK
Show child attributes
Was this page helpful?