Last updated 1 month ago
ACCESS or DELETION
[{"identifier_name": "Email", "identifier_value": "hello@gmail.com"}]
When the request should expire
200
const response = await fetch('https://api.metadata.demo-001.teleskope.ai/v1/dsr/requests', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{}