GET
/api/v1/utm-templatesList UTM templates
Returns all UTM templates in your workspace, ordered by creation date (newest first).
Authorization
Authorizationstringheaderrequired
Bearer token. Format: Bearer YOUR_API_KEY
curl https://app.brevr.io/api/v1/utm-templates \
-H "Authorization: Bearer YOUR_API_KEY"{
"templates": [
{
"id": "utm_abc123",
"workspaceId": "ws_xyz",
"name": "Email Newsletter",
"source": "newsletter",
"medium": "email",
"campaign": "weekly-digest",
"term": null,
"content": null,
"createdAt": "2024-06-01T10:00:00.000Z",
"updatedAt": "2024-06-01T10:00:00.000Z"
}
]
}Last updated on