templates retrieve

GET {{baseUrl}}/templates/:id

Returns a Template object with the given id.

Request Params

KeyDatatypeRequiredDescription
include_remote_databooleanWhether to include the original data Merge fetched from the third-party to produce these models.

HEADERS

KeyDatatypeRequiredDescription
X-Account-Tokenstring(Required) Token identifying the end user.
Acceptstring

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"}