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

Documentation Index

Fetch the complete documentation index at: https://docs.xagent.run/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

provider
string
required

Response

Successful Response