cURL
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" } ] }
The user account ID (comma separated)
Accounts fetched successfully
The response is of type object.
object