Community Discussion
Getting any info about an item with just the item_id
9 days ago
Hello,
We only receive the item_id from an external provider (so unfortunately we can’t change that), but the API request requires both the account_id and campaign_id in the query.
Is there a better way to retrieve this information than the method we’re currently using? At the moment, we fetch all accounts, then all campaigns within each account, and finally all campaign items, just to obtain the needed details.
As far as I can see, there isn’t an endpoint that lets us retrieve this information directly from the item_id alone. Am I missing something?
Thank you!