Hi

we are trying to pull a tweet’s card data and getting an empty reposnse.
this happens in multiple tweets. one example:
tweet id: 1314827264966627333
card id: card://1314825752647397376

returned answer when calling the accounts/ACCOUNT_ID/cards/all with this specific card filterred:

Array
(
[request] => Array
(
[params] => Array
(
[card_uris] => Array
(
[0] => card://1314825752647397376
)

                [account_id] => 18ce557yjl2
            )

    )

[data] => Array
    (
    )

)

anyone?

Cards are associated with a single ad account and this card does not belong to 18ce557yjl2. It’s likely this Tweet was created by an ad account that owns the Card but promoted via another ad account.

thanks @osowskit1.
is there a way to know to which ad account this card belongs, so we could get its data?

Not directly. Applications would need to check under each ad account returned from GET accounts endpoint.