Skip to main content
GET
/
v2
/
auth
/
setup
/
{provider_id}
Oauth Setup Callback
curl --request GET \
  --url https://api.example.com/v2/auth/setup/{provider_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

provider_id
string
required

Query Parameters

code
string

Authorization code from OAuth provider

state
string

State parameter containing auth_id

setup_action
string

Setup action from GitHub App

installation_id
integer

GitHub App installation ID

error
string

Error code from OAuth provider

error_description
string

Error description from OAuth provider

Response

Successful Response