Skip to main content
GET
/
admin
/
archives
/
{subjectType}
/
{subjectId}
/
{archiveId}
/
download
Get archive download URL
curl --request GET \
  --url https://api.fluxer.app/v1/admin/archives/{subjectType}/{subjectId}/{archiveId}/download \
  --header 'Authorization: <api-key>'
{
  "downloadUrl": "<string>",
  "expiresAt": "<string>"
}

Authorizations

Authorization
string
header
required

Admin API key: Authorization: Admin <token>. Only valid for /admin/* endpoints.

Path Parameters

subjectType
string
required

The subjectType

subjectId
string
required

The subjectId

archiveId
string
required

The archiveId

Response

Success

downloadUrl
string
required
expiresAt
string
required