cURL
curl --request GET \ --url https://prolinks.pro/api/v1/organizations/{organizationId}/utm-templates \ --header 'Authorization: Bearer <token>'
[ { "id": 123, "type": "<string>", "attributes": { "name": "<string>", "campaign_source_id": 123, "campaign_med_id": 123, "campaign_name_id": 123 } } ]
Return all the UTM Templates from an Organization.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the Organization to get
UTM Templates response
The UTM Template id
UTM Template
Show child attributes