smart docs - send unique number for one of the API

Not applicable

There is a requirement to send unique number(along with other fields in the API) when one of the API post method is invoked from Developer Portal smart docs.

I am thinking of using consumer key as that is unique for each developer(Developer App). Is it possible to access the consumer key from smart docs and send that as hidden parameter? I don't want user to enter this.

0 3 87
3 REPLIES 3

Unfortunately, this is not supported at this time.

@BaskarVangili , Is it unique always like random UUID / Is it unique for the logged in Developer in portal ? When you say consumer key, what if logged in developer has multiple apps ? You just want to pick key from one of the app ? Why do you need this unique number & for what kind of tracking ?

yes, if logged in developer has multiple apps, then will pick key from one of the App. Otherwise prevent user creating multiple apps with the same product.

We want to use this consumer key as tenant id for some of the APIs.