Last updated
Was this helpful?
Last updated
Was this helpful?
ACCESS or DELETION
ACCESS
When the request should expire
2024-08-19T22:04:30Z
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": "2025-06-21"
}
],
"execute_on": "2025-06-21",
"reply_by": "2024-08-19T22:04:30Z"
}
{}