OAuth2 authorization endpoint
OAuth2 Authorization Endpoint (Authorization Code Flow)
Query Parameters
- enumconst:coderequired
Must be 'code' for authorization code flow
values- code
- Type: stringrequired
OAuth2 client ID
- Type: stringrequired
Registered redirect URI
- Type: string
Optional state parameter for CSRF protection
- Type: string
Optional space-separated scopes
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for get/auth/oauth/authorize
curl 'https://test.boost.space/api/auth/oauth/authorize?response_type=code&client_id=&redirect_uri=' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
No Body