Start authorization
OAuth
Start authorization
Redirects the user’s browser to the Vendaze consent screen. This endpoint must be opened in a browser. do not call it with fetch, axios, or any HTTP client. The user must navigate to this URL so they can log in and approve access. Scopes are resolved from the app registration.
GET
Start authorization
Query Parameters
UUID of the OAuth application.
Redirect URI registered with the application.
Must be "code".
Available options:
code Random string you generate. Returned unchanged in the callback. Strongly recommended to prevent CSRF attacks.
Response
Redirect to the Vendaze consent screen.