Skip to main content
GET
List connected platforms
Use profile_id to read a non-default connection profile. The response also includes the profile list, default profile id, and the plan’s per-platform account cap.

Authorizations

Authorization
string
header
required

Use Authorization: Bearer {api_key}

Query Parameters

profile_id
string

Connection profile to inspect. Omit to use the default profile. Random public connection profile ID returned by GET /api/v1/profiles.

Pattern: ^[A-Za-z0-9]{6,32}$
Example:

"AbC123xYz90"

Response

Platform connection summary retrieved

status
enum<string>
Available options:
ok
data
object
Last modified on July 30, 2026