Get A Specific Template
Purpose
This API is used to retrieve a specific template in a given account.
OAuth Scope
Use the scope
MailApps.messages.ALL (or) MailApps.messages.READ
ALL - Full access to messages.
READ - Read a template.
To generate Authtoken, refer here.
Request URL
Method: GET
https://mail360.zoho.com/api/accounts/{account_key}/templates/{templateId}
Path Parameters
- account_key*string
- This key is used to identify the account from which the data has to be fetched. It is generated during account addition.
- This parameter can be fetched using the Get All Accounts API.
- templateId* long
- This is the unique key to identifying a template in an account.
- This parameter be fetched using the Get All Templates API.
* - Mandatory parameter
Sample Request
Copied
Sample Response
Copied
Show full
Show less
Sample Response
Copied
Show full
Show less