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