cURL
curl --request POST \ --url https://prolinks.pro/api/v1/organizations/{organizationId}/utm-templates \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "id": 123, "type": "<string>", "attributes": { "name": "<string>", "campaign_source_id": 123, "campaign_med_id": 123, "campaign_name_id": 123 } }
Creates a new UTM Template
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the organization
1
UTM Template to add
The name
UTM Template response
The UTM Template id
UTM Template
Show child attributes