Skip to content
Torii docs

Request a copy of your data

POST
/_torii/users/me/data-requests
curl --request POST \
--url https://your-app.torii.so/_torii/users/me/data-requests

Creates a pending subject-access request. The operator at the company is notified and fulfils the request out-of-band by downloading the data from their dashboard.

OK

Media type application/json
object
id
required
string format: uuid
userId
required
string format: uuid
userEmail
string | null
environmentId
required
string format: uuid
status
required
string
Allowed values: PENDING FULFILLED
requestedAt
required
string format: date-time
fulfilledAt
string | null format: date-time
Example
{
"status": "PENDING"
}