Exploring a use case and would appreciate high level guidance and pointing me in the right direction so I can research and come back with specific questions.
Currently our partner uses Crytlex v3. We resell their software. For their direct orders (their site to their end customer) they have a bot that uses the Web API to get a new key and they email that to the customer.
Meanwhile, for resellers, they have a bulk script on their end, we contact them and they run it, and send us multiple keys in a text file. This involves labor from them and us.
I would like to explore being able to make calls directly to the Cryptlex Web API, essentially to be able to replicate their script to automatically get keys from the Web API, but so that we can do it:
It looks like it is possible to create a separate Personal Access Token.
Is it possible to track the activity of each token?
Is it possible to set limits, for example “this particular token is only allowed to generate 100 new keys per month”?
Is it possible to get a report, for example “how many new keys were generated from this particular token” in a given month?
Is there any more documentation available other than the section at https://api.cryptlex.com/v3/docs#tag/PersonalAccessTokens ?
If any of what am I asking for does exist, can it be managed via UI, or only through scripts/ calls to the Web API?
Thank you for all your suggestions and guidance!
Ray