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>"
    }
  ]
}

Path Parameters

provider
string
required

Response

Successful Response