List Line Items
documentedList line items in an advertiser account.
GET /5/accounts/{account_id}/line_itemsAds APIno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://ads-api.x.com/5/accounts/{{$account_id}}/line_items" \
-X GET \
-H "Authorization: OAuth oauth_consumer_key=\"{{X_API_KEY}}\", oauth_token=\"{{OAUTH2_ACCESS_TOKEN}}\", oauth_signature_method=\"HMAC-SHA1\", oauth_signature=\"{{OAUTH_SIGNATURE}}\", oauth_timestamp=\"{{TIMESTAMP}}\", oauth_nonce=\"{{NONCE}}\", oauth_version=\"1.0\"" \
-H "Accept: application/json"