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

Documentation Index

Fetch the complete documentation index at: https://docs.wirespeed.co/llms.txt

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

Authorizations

Authorization
string
header
required

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

Response

400 - application/json
message
string
required
statusCode
number
required