Skip to main content
POST
Begin a public data-subject request (send email OTP)

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Body

application/json
email
string
required

The data subject's email address; the email OTP is sent here.

phone
string
required

The data subject's phone in E.164 format (used for the later SMS OTP step).

request_type
enum<string>
required

The privacy right being exercised.

Available options:
access,
delete,
portability,
opt_out
turnstile_token
string

Cloudflare Turnstile token; required in production, omit in dev/test.

Response

202 - application/json

Verification started and the email OTP was sent.

data
object
meta
object