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

JWT Bearer token authentication using the Authorization header

Response

Successful response

The response is of type object[].