Get Bulk Export Download Details

Use this API to retrieve the download details for a bulk export. The response will include the authorization token (expires after 1 hour), file name, and URL that you can include within the following cURL command to download the export files:

curl --header "Authorization: Bearer <TOKEN_FROM_RESPONSE>" --output "<FILENAME_FROM_RESPONSE>" -fL "URL_FROM_RESPONSE"
πŸ—’

Things to Know

  • Your export may generate multiple files to preserve download speeds. Each file name and URL will contain a unique authorization token.
Path Params
uuid
required
length between 36 and 36

The unique identifier for the bulk export.

Responses

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

Language
Credentials
OAuth2
Missing 1 required scope
URL
Response
Choose an example:
application/json
*/*