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

Path Parameters

platform
enum<string>
required
Available options:
x,
linkedin

Query Parameters

state
string | null
code
string | null
error
string | null
error_description
string | null

Response

Successful Response