Get Ad Set by ID
documentedRetrieve an ad set by its ID.
GET /ad-sets/{id}Ad Setsno 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://api-partner.spotify.com/ads/v3/ad_accounts/{{$ad_account_id}}/ad_sets/{{$ad_set_id}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json"