Plan details

Purpose 

To retrieve the plan details including the API calls usage.

HTTP Request URL

https://officeintegrator.zoho.com/api/v1/plan

Request Parameters

ParameterValueDescription
Mandatory Parameter
apikey423s*****Uniquely identifies the web application.

Sample Request

Copiedcurl -X GET \
  'https://officeintegrator.zoho.com/api/v1/plan?apikey=423s*****' \

Sample Response

Copied{
    "usage_limit": 50000,
    "apikey_generated_time": "2017-02-07T05:26:45Z",
    "remaining_usage_limit": 49726,
    "last_payment_date_ms": 1565074960213,
    "next_payment_date_ms": 1567753360213,
    "last_payment_date": "2019-07-06T07:02:40Z",
    "apikey_id": "1001000000490041",
    "plan_name": "Commercial",
    "payment_link": "https://store.zoho.com/html/store/index.html#subscription?serviceId=2401&customId=0bf26a45b467c49cbf12726ebfb01235",
    "apikey_generated_time_ms": 1486445205943,
    "next_payment_date": "2020-07-06T07:02:40Z",
    "subscription_interval": "yearly ",
    "total_usage": 284,
    "subscription_period": "2019-08-06 - 2020-08-06"
}