Last updated 4 months ago
Was this helpful?
/v1/dsr/requests
ACCESS or DELETION
[{"identifier_name": "Email", "identifier_value": "hello@gmail.com"}]
When the request should expire
curl -L \ --request POST \ --url 'https://api.metadata.demo-001.teleskope.ai/v1/dsr/requests' \ --header 'X-API-KEY: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "request_type": "ACCESS", "user_identifiers": [ { "identifier_name": "email", "identifier_value": "hello@gmail.com", "execute_on": "2025-03-17" } ], "execute_on": "2025-03-17", "reply_by": "2024-08-19T22:04:30Z" }'
{}