Skip to main content
GET
Start authorization

Query Parameters

client_id
string<uuid>
required

UUID of the OAuth application.

redirect_uri
string<uri>
required

Redirect URI registered with the application.

response_type
enum<string>
required

Must be "code".

Available options:
code
state
string

Random string you generate. Returned unchanged in the callback. Strongly recommended to prevent CSRF attacks.

Response

Redirect to the Vendaze consent screen.