Aurion Docs
Api

Download Access Export

GET
/api/v1/gdpr/requests/{request_id}/download

Path Parameters

request_id*string
Formatuuid

Query Parameters

token*string
Length20 <= length <= 500

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/gdpr/requests/497f6eca-6276-4993-bfeb-53cbbbba6f08/download?token=stringstringstringst"
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}