password
aid_customers_mfa_login_post
Initiate a Multi-Factor Authentication for a customer user, the caller must have scope write:accounts:/auth/users to perform a login. Post the ident_type, along with the ident and secret. The server will return a challenge response specifying the challenge_type that will have to be completed to when getting an access token from the POST /v1/accounts/{oid}/auth/token endpoint. scopes:
- write:accounts:/auth/users
post/accounts/{aid}/customers/mfa_login
Path parameters
aidstring ^[PT]{1}\d{8}$ required
An id that uniquely identifies the account.
Request body
Response
MFA login challenge
Example response
{
"links": [
{
"rel": "mfa_challenge",
"href": "https://test.dintero.com/v1/accounts/T11223351/auth/mfa/challenge"
},
{
"rel": "mfa_oob",
"href": "https://test.dintero.com/v1/accounts/T11223351/auth/token"
}
]
}