cURL
curl --request POST \ --url https://api.tapti.ai/fusion/user-accounts/fetch \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "user_account_ids": [ "<string>" ] } '
{ "accounts": [ { "id": "123e4567-e89b-12d3-a456-426614174000", "user_platform": "YOUTUBE", "platform_account_id": "UC_12345678", "display_name": "John Doe" } ] }
The account to fetch
The platform account IDs to fetch
Account fetched successfully
Account data
Show child attributes
User Account ID
"123e4567-e89b-12d3-a456-426614174000"
Platform type
YOUTUBE
TIKTOK
INSTAGRAM
INSTAPRO
FACEBOOK
X
LINKEDIN
"YOUTUBE"
Platform-specific account identifier
"UC_12345678"
Account display name
"John Doe"