Oauth authorize

This is the OAuth 2.0 grant that regular web apps utilise in order to access an API.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
length ≥ 0

The unique identifier of the target API you want to access.

string
length ≥ 0

The scopes, space separated, to include in the token. Must be a subset of the scopes configured on the client.

string
required
length ≥ 0

Indicates which OAuth 2.0 flow you want to use. Use code for Authorization Code Grant Flow.

string
required
length ≥ 0

The client_id given to Bright Energy.

string
length ≥ 0

The state will be returned in the final redirect.

string
length ≥ 0

The URL to redirect the browser after authorization has been granted by the user.

string
length ≥ 0

The name of the connection configured to your application.

Responses

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