Authorizations
Body
request_typestringOptionalDefault:
ACCESS or DELETION
ACCESS
execute_onstring · dateOptional
reply_bystring · dateOptionalDefault:
When the request should expire
2024-08-19T22:04:30Z
Responses
200
200
application/json
Responseobject
400
400
application/json
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?