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