Skip to content

Product documentation

Dsar

GDPR Article 15 data-subject access requests (execute + fetch results).

Dsar

GDPR Article 15 data-subject access requests (execute + fetch results).

Base URL: https://api.stg.thoryn.org

Operations

MethodPathSummaryScopes
POST/api/v1/dsarDsar Createtenant:dsar.execute
GET/api/v1/dsar/{requestId}Dsar Statustenant:dsar.read
GET/api/v1/dsar/{requestId}/bundleDsar Bundletenant:dsar.read

Operation details

POST /api/v1/dsar

Dsar Create

  • Operation ID: dsarCreate
  • Required scopes: tenant:dsar.execute

Request body (required): application/jsonCreateDsarRequest

Responses:

StatusDescriptionBody
200OKobject
401Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim.Problem (problem+json)
403Forbidden — token lacks a required tenant:* scope, or the tnt claim does not match the tenant addressed by the request path.Problem (problem+json)

GET /api/v1/dsar/{requestId}

Dsar Status

  • Operation ID: dsarStatus
  • Required scopes: tenant:dsar.read

Parameters:

NameInRequiredTypeDescription
requestIdpathyesstring

Responses:

StatusDescriptionBody
200OKobject
401Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim.Problem (problem+json)
403Forbidden — token lacks a required tenant:* scope, or the tnt claim does not match the tenant addressed by the request path.Problem (problem+json)

GET /api/v1/dsar/{requestId}/bundle

Dsar Bundle

  • Operation ID: dsarBundle
  • Required scopes: tenant:dsar.read

Parameters:

NameInRequiredTypeDescription
requestIdpathyesstring

Responses:

StatusDescriptionBody
200OKobject
401Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim.Problem (problem+json)
403Forbidden — token lacks a required tenant:* scope, or the tnt claim does not match the tenant addressed by the request path.Problem (problem+json)