POST
/
oauth2
/
authorize
curl --request POST \
  --url https://cloud.local.wirtual.dev/api/v2/oauth2/authorize \
  --header 'Wirtual-Session-Token: <api-key>'

Authorizations

Wirtual-Session-Token
string
header
required

Query Parameters

client_id
string
required

Client ID

state
string
required

A random unguessable string

response_type
enum<string>
required

Response type

Available options:
code
redirect_uri
string

Redirect here after authorization

scope
string

Token scopes (currently ignored)