Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.loyalty.dog/v2/token/mfa/setup \ --header 'Authorization: Bearer <token>'
{ "secret": "<string>", "otpUri": "<string>" }
Generate a TOTP secret and return the provisioning URI. Call verify-setup to complete enrollment.
JWT access token obtained from POST /v2/token.
Successful Response