Authorize user through oauth and claim a project
get
/v1/oauth/authorize/project-claimInitiates the OAuth authorization flow for the specified provider. After successful authentication, the user can claim ownership of the specified project.
Query parameters
- project_refRequiredstring
Project ref
- client_idRequiredstring
- response_typeRequiredenum
- redirect_uriRequiredstring
- stateOptionalstring
- response_modeOptionalstring
- code_challengeOptionalstring
- code_challenge_methodOptionalenum
Response codes
- 204
- 401
- 403
- 429
Response (204)
1{}