Chabad Unity CRM’s Portal ID: 10023122998
API Console URLs:
https://crm.chabad.comeunity.me/accounts/console/user/10023122998
Create Client in API Console
Log in to your Chabad Unity CRM: https://crm.chabad.comeunity.me/console/signin.perform
Go to Settings > APIs > Click on the ? > API Console
Alternatively, Go to: https://crm.chabad.comeunity.me/accounts/console/user/10023122998
Add a Server Based Client
Client Name Is the name you will see in the API Usage dashboard.
Homepage URL is not Important
Authorized Redirect URIs are the URLs that you use to redirect to after authorizing the Connection.
If you use Postman, it is preferred to use: https://oauth.pstmn.io/v1/callback
Chabad Unity CRM - OAuth 2.0 Flow
scope = scope For which token to be generated
The commonly used scopes are: ZohoCRM.modules.ALL,ZohoCRM.settings.ALL,ZohoCRM.users.ALL,ZohoCRM.org.ALLclient_id = Client ID, Obtained during Client Registration in API Consoleresponse_type = coderedirect_uri = callback url which is registered in API consoleaccess_type = offline/online
code = Obtained in the above stepclient_id = Client ID, Obtained during Client Registration in API Consoleclient_secret = Client Secret, Obtained during Client Registration in API Consolegrant_type = authorization_code
The code generated will be of one time use. Once a request is made with the code, it will be deleted.
refresh_token = Obtained during Access and refresh token generationclient_id = Client ID, Obtained during Client Registrationclient_secret = Client Secret, Obtained during Client Registration in API Consolegrant_type = refresh_token
token = Refresh token obtained during Access and refresh token generation