question

Pramod Kangare avatar image
Pramod Kangare asked michel5476 answered

Multiple Main Company Numbers (statewise)

We have app which contains Client-Id, Client-Secret keys etc with one Main Company Number. Can we add multiple account numbers as Main Account Number which are statewise under same app.?? If no then we need to create app for each number. Am I correct??? or what else ??

What is the way to handle multiple account numbers (statewise) under same app??


topic-default
1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

1 Answer

·
michel5476 avatar image
michel5476 answered
There are 2 methods:
1)  recreate your private app under each account to obtain and ID + KEY for each main number you want to use.  Then in your app code, you need to use the appropriate ID + KEY for the account you are referencing - so one app program can reference all your different main company numbers, it just needs to use the appropriate ID + KEY for each number

2) create one public app and then your app would authenticate each company number that you want to reference using either "Auth Code Flow" or "Implicit Flow", depending on the type of app your are building (server or gui).  See this for more details:   https://developers.ringcentral.com/guide/authentication
1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 10 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.