Signature API Details
The Signature APIs help you in accessing and managing signatures in the user account.
While using any Signature API, use the OAuth Scope ZohoMail.accounts.
Method Name | URL | Method Type | OAuth Scope | Purpose |
Add User Signature | /api/accounts/signature | POST | ZohoMail.accounts | To add a specific signature. |
Get User Signature | /api/accounts/signature | GET | To retrieve all the available signatures or retrieve a specific signature. | |
Update User Signature | /api/accounts/signature | PUT | To update a specific signature. | |
Delete User Signature | /api/accounts/signature | DELETE | To delete all the available signatures or delete a specific signature. |