Purpose

The API retrieves details for the specified folder of the account based on the folder ID and account ID provided in the Request. 

 Request URL

https://mail.zoho.com/api/accounts/<accountId>/folders/<folderId>

 Request Parameters

ParameterData TypeDescription
accountID*IntegeraccountID - The unique Identifier for a specific account of an user.  
folderID*IntegerfolderID - The unique Identifier for a specific folder in the user account.  

* - Mandatory parameter

 Response Codes

Please refer Response Codes.

Sample Response

Copied{
    "status":{
        "code":200,
        "description":"success"
    },
    "data":  {
        "URI":"http://mail.zoho.com/api/accounts/9999000000293/folders/9999000009001",
        "path":"/MyCustomFolder",
        "imapAccess":true,
        "folderType":"Inbox",
        "folderName":"MyCustomFolder",
        "folderId":9999000009001,
        "previousFolderId":9999000000317
    }
}