GET
/
v1
/
openidc
/
authorize
curl --request GET \
  --url https://staging.terminal3.io/v1/openidc/authorize \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

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

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

client_id
string
required
redirect_uri
string
required
response_type
string
required
scope
string
required
state
string
required
new_session
string
required
token
string
required

Response

301
_mintlify/placeholder

Error, redirect to the client's redirectUri with specific errors