Skip to main content
POST
Get Authenticator Code

Authorizations

Authorization
string
header
required

API key generated from the MindFort dashboard. Pass as Authorization: Bearer <your-api-key>.

Path Parameters

target_id
string<uuid>
required
credential_id
string<uuid>
required

Response

200 - application/json

Current TOTP code returned

credential_id
string<uuid>
required
success
boolean
required
message
string
required
code
string | null

Current one-time TOTP code; the seed is never returned.

valid_for_seconds
integer | null