Get campaign templates

Returns the catalog of starter templates used to seed `TemplateId` on `POST /campaign`. Each template targets a `type` (`outbound`, `inbound`, `web`, `messages`); present a picker filtered to the channel the user is creating. Pass the `language` query parameter to filter the catalog server-side by language. The returned template items do not carry a `language` field, so filter by language via this query parameter rather than client-side.

Authentication

api-keystring

Your Atlas API key. Get it from the Atlas Portal under Settings > API Keys.

Query parameters

languageenumOptional
BCP-47 language code. Supported: `en-US` (English), `es-US` (Spanish), `de` (German), `ro-RO` (Romanian), `fr-FR` (French), `hi-IN` (Hindi), `he-IL` (Hebrew), `tr-TR` (Turkish), or `multilanguage` (Multilingual). Omit to return all languages.

Response

Successful response
datalist of objectsOptional

Errors

500
Internal Server Error