Yes — use the Invoca Network API to pull a complete list of your promo numbers, along with their attribution details.Applies to: Retrieving a full list of promo numbers and their applied marketing data via the Network API
Steps
- Visit the Invoca API developer documentation to find the endpoint for retrieving promo numbers.
- Gather the values the endpoint requires: your Network ID (the number in your account URL), the Advertiser ID for the profile, and the Campaign ID for the campaign.
- Create an API credential. Go to Integrations, then Manage Integrations, then Invoca APIs, and click + New API Credential. Add a description, then copy the generated token somewhere secure — it won’t be shown again.
- Add the
oauth_tokenquery parameter to the endpoint, using the token from step 3. - Send a GET request. The response returns an array of promo numbers, each with attribution details like media type, promo type, and any custom data applied.