get
https://production-api.shoutaboutus.com/api/v1/campaign/template/email/
Get a single email template by id. When you supply store_id the template's html_content has its placeholders resolved against that store.
Path params
| Parameter | Type | Required | Notes |
|---|---|---|---|
emailTemplateId | integer | Required | Digits only. Must belong to your own company. |
Auth
- bearer token, account role — authentication. The template must belong to the caller's company or be a global template; otherwise validation fails.
Rate limit
- No rate limit.
Query
| Field | Type | Required | Notes |
|---|---|---|---|
store_id | integer | Optional | Resolve HTML placeholders against this store. Must be in the caller's hierarchy. |
Behaviour
- Synchronous.
200 OKwith the full model underdata.data.404(envelope) if the id is not found by the controller.422if the template is outside the caller's company orstore_idis invalid.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
