v1

latestOpenAPI 3.0.02026-07-2664192238.8 KB
Campaigns

Get campaign UTM settings

Get UTM tag settings for a campaign. The response shape is the same for all campaign types: tags is populated for regular campaigns, variants for A/B campaigns. The absent field is omitted.

Scopes: campaigns.read

get/campaigns/{id}/utm

Path parameters

idstring required

Campaign ID (24 character hexadecimal)

Headers

Omnisend-Versionstring required

API version that specifies the response format and behaviour

Response

UTM settings

Example response

{
  "tags": {
    "campaign": "automation: Welcome Series (000000000000000000000001)",
    "medium": "email",
    "source": "omnisend"
  }
}