Skip to main content
GET
/
oauth
/
authorize
Start authorization flow
curl --request GET \
  --url https://api.light.inc/oauth/authorize \
  --header 'Authorization: <api-key>'
"<any>"

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <api_key>, where <api_key> is your api key.

Query Parameters

redirect_uri
string
state
string
client_id
string

Response

default - application/json;charset=UTF-8

default response

The response is of type any.

I