POST v1/dsr/requests
Authorizations
X-API-KEYstringRequired
Body
request_typestringOptionalDefault:
ACCESS or DELETION
ACCESSexecute_onstring · dateOptional
reply_bystring · dateOptionalDefault:
When the request should expire
2024-08-19T22:04:30ZResponses
200
200
application/json
objectOptional
400
400
application/json
post/v1/dsr/requests
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": "hello@gmail.com",
"execute_on": "2026-01-01"
}
],
"execute_on": "2026-01-01",
"reply_by": "2024-08-19T22:04:30Z"
}{}Last updated
Was this helpful?
