Skip to main content
GET
/
social-connections
Get Social Connections
curl --request GET \
  --url https://api.wacht.dev/social-connections \
  --header 'Authorization: Bearer <token>'
[
  {
    "provider": "google",
    "enabled": true,
    "client_id": "<string>",
    "scopes": [
      "<string>"
    ],
    "redirect_uri": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Response

provider
enum<string>
Available options:
google,
facebook,
github,
linkedin
enabled
boolean
client_id
string
scopes
string[]
redirect_uri
string<uri>