v2

latestOpenAPI 3.1.02026-08-01244220427.0 KB
GDPR

Create Dsar Request

Create Data Subject Access Request

Initiates a new Data Subject Access Request (DSAR). A verification token is generated and should be sent to the customer via email for identity verification. The request includes a 30-day response deadline per GDPR Article 12.

Request Body:

  • customerId: UUID of the customer requesting access
  • requestType: Type of request (access, deletion, portability, rectification)
  • requestedBy: Email address of the person making the request

Returns:

  • 201 Created with the DSAR request details including deadline.
post/v2/dsar/requests

Headers

authorizationstring nullable

Request body

customerIdstring required
requestType'access' | 'deletion' | 'portability' | 'rectification'

Type of Data Subject Access Request.

requestedBystring required

Example request

{
  "customerId": "5eb7cf5a86d9755df3a6c593"
}

Response

Successful Response

idstring required
status'pending' | 'processing' | 'completed' | 'failed' | 'denied' required

Status of DSAR request processing.

deadlinestring date-time required
createdAtstring date-time required