Last updated 3 months ago
Was this helpful?
/v1/dsr/requests
ACCESS or DELETION
When the request should expire
[{"identifier_name": "Email", "identifier_value": "hello@gmail.com"}]
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","reply_by":"2024-08-19T22:04:30Z","user_identifiers":[{"identifier_name":"email","identifier_value":"hello@gmail.com"}]}'
{}