POST
/oauth/authorizeSubmit Authorization ConsentSubmit the user's consent, issue an authorization code, and return the client redirect target
Request body
requiredapplication/json
objectConsentRequest
client_idstringrequiredcode_challengestringrequiredcode_challenge_methodstringrequiredcsrfstringredirect_uristringrequiredresourcestringrequiredstatestringworkspace_idstringworkspace_namestring{
"client_id": "string",
"code_challenge": "string",
"code_challenge_method": "string",
"csrf": "string",
"redirect_uri": "string",
"resource": "string",
"state": "string",
"workspace_id": "string",
"workspace_name": "string"
}Responses
objectConsentResponse
redirect_tostring{
"redirect_to": "string"
}