v1.0.0
OpenAPI 3.1.0

Download an export

US region

Client Libraries

Download an export

This endpoint returns a signed link to download an export. The link expires after 15 minutes.

Path Parameters
  • export_id
    Type: integer
    required

    The export_id you want to access.

Responses
  • application/json
  • 404

    The export ID does not exist.

  • 429

    Your request is over the 10-per-second limit.

Request Example for get/v1/exports/{export_id}/download
curl https://api.customer.io/v1/exports/1/download \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
  "url": "string"
}