Skip to main content
GET
/
api
/
social
/
connections
Get Social Connections
curl --request GET \
  --url https://api.example.com/api/social/connections
{
  "connections": [
    {
      "connected": true,
      "platform": "x",
      "account_id": "<string>",
      "account_label": "<string>",
      "connected_at": "<string>",
      "expires_at": "<string>"
    }
  ]
}

Response

200 - application/json

Successful Response

Response wrapper for platform connection state.

connections
SocialConnection · object[]
required