templates retrieve
GET {{baseUrl}}/templates/:id
Returns a Template
object with the given id
.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
include_remote_data | boolean | Whether to include the original data Merge fetched from the third-party to produce these models. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Account-Token | string | (Required) Token identifying the end user. | |
Accept | string |
RESPONSES
status: OK
{"name":"Welcome Email Template","type":"EMAIL","contents":"Welcome onboard! Stay connected and find out more.","owner":"55cd5652-7f42-8885-3313-3e11d24e0878","remote_created_at":"2022-12-23T00:00:00Z","remote_updated_at":"2022-12-23T00:00:00Z","id":"urn:uuid:be495bd5-46bc-c942-3ece-6faf5c2eac28","remote_id":"40"}