cURL
curl --request GET \ --url https://app.pentest-tools.com/api/v2/http_loggers \ --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 workspace to show HTTP loggers from. If not set, all of them will be returned.
OK
Show child attributes
Was this page helpful?