Skip to main content
GET
/
v2
/
auth
/
callback
/
{provider_id}
Oauth Callback Get
curl --request GET \
  --url https://api.example.com/v2/auth/callback/{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

error
string

Error code from OAuth provider

error_description
string

Error description from OAuth provider

Response

Successful Response