Skip to main content
GET
/
environments
/
{environmentId}
/
exports
/
{exportId}
/
download
Download an export by ID
curl --request GET \
  --url https://app.dynamicauth.com/api/v0/environments/{environmentId}/exports/{exportId}/download \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Path Parameters

environmentId
string
required
Required string length: 36
Example:
exportId
string
required
Required string length: 36
Example:

Response