Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Access token JWT. Use as Authorization: Bearer . In the API playground, paste the JWT only.

Body

application/json
enrollmentId
string
required

Enrollment id returned by POST /auth/mfa/enroll/begin

code
string
required

6-digit TOTP code from authenticator app

Pattern: /^\d{6}$/

Response