Skip to main content
POST
/
v2
/
token
/
mfa
/
setup
Setup Mfa
curl --request POST \
  --url https://api.loyalty.dog/v2/token/mfa/setup \
  --header 'Authorization: Bearer <token>'
{
  "secret": "<string>",
  "otpUri": "<string>"
}

Authorizations

Authorization
string
header
required

JWT access token obtained from POST /v2/token.

Headers

authorization
string | null

Response

Successful Response

secret
string
required
otpUri
string
required