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
{
  "created_id": 420323
}

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

created_id
integer
Example:

420323