Skip to main content
GET
/
http_loggers
/
{id}
Get logger information by ID
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
  }
}

Authorizations

Authorization
string
header
required

Use the "API key" from the profile page as the token

Path Parameters

id
integer
required

id of the logger

Response

OK

data
object
required