Separated app/API key for each licensed users

Hi,
I have 2 (two) licensed users in my account and i want each of them having separated app or API Key-secret in JWT.

Is that possible?

Thank you.

Hi @anton2,

Our JWT app type provides the ability to have 1 set of JWT credentials for an entire account (you can only have 1 JWT app, as it’s an account-wide app), but allows you to generate multiple different JWT tokens from that 1 set of credentials (API Key and API Secret).

You can have several JWT tokens generated from your API Key and Secret, and they will operate independently of each other (e.g., they could have different expiration times and be unique tokens). You can use a JWT token to authenticate a request on behalf of any user under the account the JWT credentials belong to.

Let me know if this helps to clarify,
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.