Aurion Docs
Api

Create Access Request

POST
/api/v1/gdpr/requests/access
AuthorizationBearer <token>

In: header

Request Body

application/json

Response Body

application/json

application/json

curl -X POST "https://loading/api/v1/gdpr/requests/access" \  -H "Content-Type: application/json" \  -d '{}'
{
  "download_token": "string",
  "download_url": "string",
  "due_at": "string",
  "expires_at": "string",
  "id": "string",
  "status": "string"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}