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
}

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
I