GET
/
fusion
/
user-accounts
Get all accounts
curl --request GET \
  --url https://api.tapti.ai/fusion/user-accounts
{
  "accounts": [
    {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "user_platform": "YOUTUBE",
      "platform_account_id": "UC_12345678",
      "display_name": "John Doe"
    }
  ]
}

Query Parameters

user_account_ids
any
required

The user account ID (comma separated)

Response

200
application/json

Accounts fetched successfully

The response is of type object.