Create Dsar Request
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 accessrequestType: 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
Create Dsar Request
Authorizations
JWT access token obtained from POST /v2/token.
Headers
Body
application/json
Payload for creating a new DSAR request.
