Generate Payer Portal TOTP Code
POST/v1/totp-codes
Generate a verification code for a portal for which Zuub has configured an authenticator app as a multi-factor authentication method.
This endpoint allows retrieving codes by clinic ID if using clinics and Zuub's credential storage, or by username if not using clinics and credential storage.
Request
Responses
- 201
- 401
- 403
- 404
- 422
- 500
Successfully generated TOTP verification code
Invalid or missing access token
Access token missing required scopes
Portal credentials not found
Request validation failed
Internal Error