GET
/
oauth
/
authorize
curl --request GET \
  --url https://api.nomos.energy/oauth/authorize \
  --header 'Authorization: Basic <encoded-value>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

response_type
enum<string>
required
Available options:
code
client_id
string
required
redirect_uri
string
required
scope
string
state
string

Response

302
_mintlify/placeholder

Redirect to the defined redirect_uri