Get Access Token after MFA request

This API will accept username and password along with a passcode generated via a authenticator application and generate a Access token

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
enum
required
Defaults to mfa

This is the type of authentication request being made. 'mfa' would be needed in the second request with MFA passcode.

Allowed:
string
required

This is the client_id provided to the developer for accessing the api. Will match with the client_secret

string
required

This is the client_secret provided to the developer for accessing the api. Will match with the client_id

string
required

This is the username and logic for the user. This may look like a uid (user@domain) or could be something else if setup diffferent including a email address potentially.

password
required

This is the password for the user requesting access.

string
required
Defaults to authenticator

This value will be provided in response to a auth request if MFA is needed. Move value from that token to this request. Likely will be 'authenticator'

string
required
Defaults to google

This value will be provided in response to a auth request if MFA is needed. Move value from that token to this request. Likely will be 'google'

string
enum
required
Defaults to subscriber

Will likely be subscriber as the value here to defierentiate between authenticator for api/portal and mfa with admin ui

Allowed:
string
required

This will be the 6 digit numberic passcode provided by a

string
required

This will be the access_token or jwt that was given with the scope of mfa_required

Responses

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json