🔗 Account Connection
List platforms available for account connection
Returns supported platforms, their connection method, required fields, and the endpoint to use for each connection flow.
get/api/v1/platforms
Response
Platforms retrieved successfully
Example response
{
"status": true,
"message": "Platforms available for connection via the API.",
"data": [
{
"platform": "facebook",
"display_name": "Facebook",
"connection_method": "oauth",
"endpoint": "POST /api/v1/workspaces/{workspace_id}/connect/facebook",
"has_account_selection": true,
"account_types": [
"page"
],
"description": "Connect Facebook pages and profiles. Requires browser-based authorization."
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.