Backend API
List all social connection configurations
cURL
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 }
API key authentication (format: Bearer {api_key})
Social connections
Show child attributes
Whether there are more items
Optional page limit
Optional offset
Was this page helpful?