We are attempting to create a page on our site that will allow the user to to enroll in MFA with a phone number they provide.
We are attempting to leverage the MFA API to acomplish this task, however we are struggling to gain an MFA API Token.
The documentation, found here, is vague in attempting to retrieve a token WITHOUT the login flow.
The documentation indicates, “If you are building a user interface to manage authentication factors, you’ll need to obtain a token you can use for the MFA API at any moment, not only during authentication.”
How do we go about obtaining this token? Is there an endpoint I’m missing to retrieve an MFA token?