Zoho CRM Available Currencies

Retrieve the list of currencies supported in CRM. Published by Zoho in its first-party OpenAPI 3.1.0 repository github.com/zoho/crm-oas; 0 operation(s).

OpenAPI Specification

zoho-crm-available-currencies-openapi.json Raw ↑
{
  "openapi": "3.1.0",
  "info": {
    "title": "Available Currencies",
    "description": "Retrieve the list of currencies supported in CRM",
    "version": "8"
  },
  "servers": [
    {
      "url": "https://zohoapis.{dc}/crm/{version}",
      "description": "API Server URL",
      "variables": {
        "dc": {
          "description": "API Server URL TLD",
          "default": "com",
          "enum": [
            "eu",
            "com",
            "au",
            "in",
            "jp",
            "cn",
            "ca"
          ]
        },
        "version": {
          "description": "API Version",
          "default": "v8"
        }
      }
    }
  ],
  "security": [
    {
      "iam-oauth2-schema": [
        "ZohoCRM.settings.currencies.READ"
      ]
    }
  ],
  "paths": {},
  "components": {
    "securitySchemes": {
      "iam-oauth2-schema": {
        "type": "oauth2",
        "flows": {
          "authorizationCode": {
            "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth",
            "tokenUrl": "https://accounts.zoho.com/oauth/v2/token",
            "scopes": {
              "ZohoCRM.settings.currencies.READ": "Permission to retrieve currency details"
            }
          }
        }
      }
    }
  }
}