Skip to main content
GET
/
settings
/
social-connections
Get social connections
curl --request GET \
  --url https://api.wacht.dev/settings/social-connections \
  --header 'Authorization: <api-key>'
{
  "data": [
    {
      "id": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "provider": "x_oauth",
      "enabled": true,
      "credentials": {
        "client_id": "<string>",
        "client_secret": "<string>",
        "redirect_uri": "<string>",
        "scopes": [
          "<string>"
        ]
      }
    }
  ],
  "has_more": true,
  "limit": 123,
  "offset": 123
}

Authorizations

Authorization
string
header
required

API key authentication (format: Bearer {api_key})

Response

200 - application/json

Social connections

data
object[]
required
has_more
boolean

Whether there are more items

limit
integer | null

Optional page limit

offset
integer | null

Optional offset