Skip to main content
POST
/
detection
/
export
/
csv
Export detections to CSV
curl --request POST \
  --url https://api.wirespeed.co/detection/export/csv \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "statusCode": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

message
string
required
statusCode
number
required
I