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>"
}
]
}List connection status for supported social platforms.
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>"
}
]
}Successful Response
Response wrapper for platform connection state.
Show child attributes