exports
Download an export by ID
GET
/
exports
/
{exportId}
/
download
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
exportId
string
requiredID of the export
Response
302 - text/csv
The response is of type string
.