/api/v1/connectionsscope: account:readList connected social accounts
Returns the active connected accounts visible to the API key, including each account id, platform, handle, profile URL, and connection timestamps. Token material is never returned.
Request
No request body.Response
{
"accounts": [
{
"id": "profile_instagram_123",
"platform": "instagram",
"handle": "sprklyapp",
"profileUrl": "https://instagram.com/sprklyapp",
"profileImageUrl": null,
"tokenExpiresAt": null,
"connectedAt": "2026-05-01T00:00:00.000Z",
"updatedAt": "2026-05-01T00:00:00.000Z"
}
],
"count": 1
}- Use these account ids as profileIds when creating an account-scoped API key or publishing to a specific connected account.