Skip to main content
GET
/
v1
/
organizations
/
dsar
/
status
List Dsar Requests
curl --request GET \
  --url https://api.mixpeek.com/v1/organizations/dsar/status \
  --header 'Authorization: Bearer <token>'
[
  {
    "request_id": "<string>",
    "type": "<string>",
    "status": "<string>",
    "requested_at": "<string>",
    "completed_at": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful Response

request_id
string
required
type
string
required

export or deletion

status
string
required
requested_at
string
required
completed_at
string | null