I am in the process of upgrading a Mailchimp integration to use the latest version of the API (V3).
In V2 of the API, campaign objects had a Web_Id, which was an integer and could be used to create a browsable URL link.
EG: admin.mailchimp.com/reports/show?id=Web_Id
I cannot find Web_Id or its equivalent anywhere in the V3 API documentation.
Does anyone know if it is still possible to retrieve this value?