Skip to main content
POST
/
http_loggers
Create a HTTP logger
curl --request POST \
  --url https://app.pentest-tools.com/api/v2/http_loggers \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data label=mypentest
{
  "data": {
    "created_id": 420323
  }
}

Documentation Index

Fetch the complete documentation index at: https://pentest-tools.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Query Parameters

workspace_id
integer

ID of the workspace to show HTTP loggers from. If not set, all of them will be returned.

Body

application/x-www-form-urlencoded
label
string
required

A unique label for the HTTP request logger

Example:

"mypentest"

Response

Created

data
object
required