Skip to main content
GET
/
exports
/
{exportType}
/
{filename}
/
downloadLink
Get download link for an export file
curl --request GET \
  --url https://backendapi.corbado.io/v2/exports/{exportType}/{filename}/downloadLink \
  --header 'Authorization: Basic <encoded-value>'
{
  "link": "<string>"
}

Authorizations

Authorization
string
header
required

Basic authentication is used to authenticate requests to the Backend API. The username is the project ID and the password is the API secret.

The project ID and API secret can be found in the Developer Panel.

Path Parameters

exportType
enum<string>
required

Type of export to download

Available options:
credentials,
connect-timeseries
filename
string
required

Name of the export file

Response

Pre-signed download link