Skip to content
Management API Reference

Authorize user through oauth and claim a project

get/v1/oauth/authorize/project-claim

Initiates the OAuth authorization flow for the specified provider. After successful authentication, the user can claim ownership of the specified project.

Query parameters

  • project_ref
    Required
    string

    Project ref

  • client_id
    Required
    string
  • response_type
    Required
    enum
  • redirect_uri
    Required
    string
  • state
    Optional
    string
  • response_mode
    Optional
    string
  • code_challenge
    Optional
    string
  • code_challenge_method
    Optional
    enum

Response codes

  • 204
  • 401
  • 403
  • 429

Response (204)

1
{}