Skip to main content
GET
/
api
/
v1
/
connectors
/
oauth
/
callback
Oauth Callback
curl --request GET \
  --url https://api.example.com/api/v1/connectors/oauth/callback
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Query Parameters

state
string
required
error
string | null
error_description
string | null

Response

Successful Response