Post DSR Request

post
Authorizations
Body
request_typestringOptional

ACCESS or DELETION

Default: ACCESS
execute_onstring · dateOptional
reply_bystring · dateOptional

When the request should expire

Default: 2024-08-19T22:04:30Z
Responses
200
200
application/json
Responseobject
post
POST /v1/dsr/requests HTTP/1.1
Host: api.metadata.demo-001.teleskope.ai
X-API-KEY: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 197

{
  "request_type": "ACCESS",
  "user_identifiers": [
    {
      "identifier_name": "email",
      "identifier_value": "[email protected]",
      "execute_on": "2025-06-25"
    }
  ],
  "execute_on": "2025-06-25",
  "reply_by": "2024-08-19T22:04:30Z"
}
{}

Last updated

Was this helpful?