Skip to main content
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
    }
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
integer
required

ID of the organization

Example:

1

utmTemplateId
integer
required

ID of the UTM Template

Example:

1

Response

200 - application/json

UTM Templates response

id
integer

The UTM Template id

type
string

UTM Template

attributes
object