Retrieve a Program Template
Retrieves the details of an existing program template.
Authorizations
Your Moonbase API key.
Path Parameters
The ID of the program template to retrieve.
Query Parameters
Specifies which related objects to include in the response. Valid option is program.
program Response
Successful response.
The ProgramTemplate object defines the content of a message sent by a Program, including support for Liquid templating.
String representing the object’s type. Always program_template for this object.
"program_template"Unique identifier for the object.
The subject line of the email, which can include Liquid variables.
The body content of the email, which can include Liquid variables.
Time at which the object was created, as an ISO 8601 timestamp in UTC.
Time at which the object was last updated, as an ISO 8601 timestamp in UTC.
The Program that uses this template.
Note: Only present when requested using the include query parameter.

