cURL
Auth
Complete password sign-in after TOTP second step (Option C JWT only)
Call after POST /auth/sign-in returned { twoFactorRequired: true, pendingToken }. Mints the same RS256 access JWT shape as a normal sign-in.
POST
cURL
Authorizations
Access token JWT. Use as Authorization: Bearer . In the API playground, paste the JWT only.
Body
application/json
Opaque token from POST /auth/sign-in when twoFactorRequired is true.
Required string length:
16 - 1286-digit code from the authenticator app.
Pattern:
/^\d{6}$/Available options:
fluide-admin, fluide-capital-admin, fluide-super, fluide-developer Optional display name for audit logs.
Maximum string length:
120Response
The response is of type object.