-
I'm working on a tool to link licenses to user accounts in an existing web system -- then I'd like the user to be able to see basic information including their activation token (which is what I have them enter into the software to use it) and maybe some other info about the number of activated machines, etc. I can see how to list all tokens, but is there a way that I'm missing that you can specify other arbitrary fields to query on such that I could say "give me only activation tokens assigned to license id {license_id}"? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Yes, you can filter the tokens by bearer. For example, see the following:
You can also access a license's
|
Beta Was this translation helpful? Give feedback.
-
Have you thought of using plain text license keys, alongside license files for offline usage? This will give you shorter license keys but still allow offline use (with even more license information being available within the license file). That's our recommended approach. |
Beta Was this translation helpful? Give feedback.
Yes, you can filter the tokens by bearer. For example, see the following:
You can also access a license's
tokens
relationship directly: