Hello,
I’m in a mess… I have Twitter Ads API license granted, and I’m getting card_uris from timelines from different users, but I’m triying to get those card_uri’s contents and I’m unable.
For example, for status https://twitter.com/EuropaLeague/status/1098507619809951745 is it possible to get the card content via API if I’m not associated with EuropaLeague account?
For example, if I try with twurl I get that it does not exist:
twurl -H ads-api.twitter.com "/4/accounts/MY_ADS_ACCOUNT_ID/cards?card_uri=card://1098283877188157440"
I get:
{"errors":[{"code":"NOT_FOUND","message":"Card 1098283877188157440 was not found","parameter":"card_uri"}],"request":{"params":{}}}
If this is not the correct approach, is there any other?
Thanks
Thanks for the question, @JDev84601693. If the card does not belong to an ads account you have access to, you cannot retrieve it. As our documentation calls out:
Retrieve a specific card, by card_uri , associated with the current account.