Back

Get All Accounts

GET/accounts

Authorization

AuthorizationBearer <token>

API key authentication - use your API key as a Bearer token

In: header

Request Body

Response Body

> 200application/json
// GET /accounts
// See cURL example for request shape.
[
  {
    "id": "acc_777",
    "platform": "youtube",
    "accountType": "channel",
    "name": "My Tech Vlog",
    "accountId": "UC123456",
    "authConnectionId": "conn_999",
    "createdAt": "2026-03-25T10:00:00Z"
  }
]