
Zoho CRM API Integration Profile
Information and guides about integrating with Zoho CRM API
Add Zoho CRM Integration to Your Product- Generate Access Token and Refresh Token
Step 3: Generate Access Token and Refresh Token
OAuth2.0 requests are usually authenticated with an access token, which is passed as bearer token. To use this access token, you need to construct a normal HTTP request and include it in an Authorization header along with the value of Bearer.
- Revoking Tokens
Step 5: Revoking Tokens
In case if you wish to revoke the refresh_token, use the below approach.
- Modules
To get the module related data. This will retrieve the list of modules available in your CRM account. Please refer to the documentation for more information.
- Organization Photo
To get the photo or logo of your organization. Refer to this help documentation for more information.
- Upload Organization Photo
To upload the brand logo or image of the Organization. Please refer to the documentation for more details.
- Organization Photo
To delete the logo or photo of your organization. Refer to this help documentation for information.
- Organization Details
To get the Organization data. Please refer to the documentation for more information.
- Users Data
To retrieve the users' data specified in the API request. You can specify the type of users that needs to be retrieved using the Users API. For example, use type=AllUsers, to get the list of all the CRM users available.
Refer to help doc to know more.
- Update User
To update the details of a user of your Organization. For detailed information, please refer to the documentation.
- The "Currency" Key
The value for the currency key can be any one of the (multi currencies enabled) Organization currencies. Refer to Enable Multi-currencies API to know more. The possible values for this key are: ALL, DZD, AOA, ARS, AMD, AWG, AUD, AZN, BSD, BHD, BDT, BBD, BYN, BZD, BMD, BTN, BOB, BAM, BWP, BRL, GBP, BND, BGN, BIF, KHR, CAD, CVE, KYD, XOF, XAF, XPF, CLP, CNY, COP, KMF, CDF, CRC, HRK, CUP, CZK, DKK, DJF, DOP, XCD, EGP, ERN, ETB, EUR, FKP, FJD, GMD, GEL, GHS, GIP, GTQ, GNF, GYD, HTG, HNL, HKD, HUF, ISK, IDR, IRR, IQD, ILS, JMD, JOD, KZT, KES, KWD, KGS, LAK, LBP, LSL, LRD, LYD, MOP, MKD, MGA, MYK, MYR, MVR, MRU, MUR, MXN, MDL, MNT, MAD, MZN, MMK, NAD, NPR, ANG, TWD, NZD, NIO, NGN, KPW, NOK, OMR, PKR, PAB, PGK, PYG, PEN, PHP, PLN, QAR, RON, RUB, RWF, SHP, SVC, WST, RSD, SCR, SLL, SGD, SBD, SOS, ZAR, KRW, LKR, SDG, SRD, SZL, SEK, CHF, SYP, TJS, TZS, THP, TOP, TTD, TND, TRY, TMT, UGX, UAH, CLF, AED, UYU, USD, UZS, VUV, YER, ZMW, VES, ZWL, STN, BOV, GGP, JEP, IMP, SSP, XZR, TVD, COU, UYI, CHE, CHW, SAR, INR, and JPY. Each of these ISO codes represent a unique currency.
- The "Currency" Key
- Add User
To add a user to your Organization. Refer to the documentation for more details.