Recovery
Request a recovery for user with multi-factor authentication (MFA) enabled.
A recovery is done with two out-of-band (OOB) challenges over different channels.
Use the response to request access token from the
auth/token endpoint
with grant_type=mfa_oob.
A 403 status with mfa_required error will be returned on success,
use the response to request a new challenge from the
auth/mfa/challenge endpoint.
scopes:
- admin:accounts
- write:accounts
- write:accounts:/auth/mfa
Documentation Index
Fetch the complete documentation index at: https://docs.dintero.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication (token authentication) should be used for accessing the API.
Use Get Token to get an access token for client credentials. Pass the token in the request header:
Authorization: Bearer {access_token}
where the access_token is JSON Web Tokens (JWT).
Path Parameters
An id that uniquely identifies the account.
9Body
Challenge recovery
The challenge type accepted by your application
oob The end user's identifier.
The unique identifier of the target API you want to access. The audience must be a grant associated with the client used in the request
"https://api.dintero.com/v1/accounts/P00000000"
The channel to use for OOB. Can only be provided when
challenge_type is oob.
sms, email