authorize resource is used to obtain a JSON Web Token (JWT) for Kubex users to make authorized API requests. The resource will return a token for any active Kubex user when the proper credentials are provided. Only API-enabled users can make authorized API calls. See Using the API: Authentication for details on API-enabled users.
The JWT API token is only valid within the expiry time of the token, which by default is set to 60 minutes.
The key used to validate the token is also refreshed every 30 days.
To access the Kubex API, you need user credentials with membership in the following Kubex user group: SaaS_User_Admin.or SaaS_User.

