cURL
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 }
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.
A unique label for the HTTP request logger
"mypentest"
Created
420323
Was this page helpful?