Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Iterable Templates API

Manage email, push, SMS, and in-app message templates. Retrieve template content and metadata.

Iterable Templates API is one of 23 APIs that Iterable publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Templates. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 5 operations across 5 paths, and defines 3 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against 2 base URLs: https://api.iterable.com/api, https://api.eu.iterable.com/api.

5 operations 5 paths 3 schemas 4 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.iterable.com
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

Iterable Templates API declares 1 security scheme for authenticating requests. An API key is passed in the header as Api-Key (apiKeyAuth). By default, every request must be authenticated.

  • apiKeyAuth — Iterable API key passed in the Api-Key header. API keys can be created and managed in the Iterable project settings.

Paths & Operations 5

Across 5 paths, the API surfaces 5 operations — 4 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Templates 5

Manage email, push, SMS, and in-app message templates. Retrieve template content and metadata.

GET
/templates/email/get
Get an email template
getEmailTemplate 1 param → 200401404
POST
/templates/email/update
Update an email template
updateEmailTemplate body → 200400401
GET
/templates/push/get
Get a push notification template
getPushTemplate 1 param → 200401404
GET
/templates/sms/get
Get an SMS template
getSmsTemplate 1 param → 200401404
GET
/templates/inApp/get
Get an in-app message template
getInAppTemplate 1 param → 200401404

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are EmailTemplate (11 properties), EmailTemplateUpdate (8 properties), IterableResponse (3 properties). Each schema is shown below with its type and property counts.

EmailTemplate
object
An email template
11 properties
EmailTemplateUpdate
object
Request body for updating an email template
8 properties 1 required
IterableResponse
object
Standard Iterable API response indicating success or failure
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

iterable-templates-api-openapi.yml Raw ↑

Other APIs Iterable publishes across the network.

Iterable Export API
Iterable Web SDK
Iterable iOS SDK
Iterable Android SDK
Iterable React Native SDK
Iterable Campaigns API
Iterable Catalogs API
Iterable Channels API
Iterable Commerce API
Iterable Email API
Iterable Events API
Iterable ExperimentMetrics API