Authorization
Authorize User
This API initiates the user authentication process.
GET
Authenticates the user and redirects them to the redirect_uri
with a one-time code and state
(if provided)
If a user does not have an existing session, they will be directed to the Terminal 3 login page first.
- The redirect URI (
redirect_uri
) and Client ID (client_id
) must match a pre-registered value. Please contact us if you do not have these credentials yet.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Response
301
_mintlify/placeholder
Error, redirect to the client's redirectUri with specific errors