Skip to main content
The authorize resource is used to obtain a JSON Web Token (JWT) for Densify users to make authorized API requests. The resource will return a token for any active Densify 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 Densify API, you need user credentials with membership in the following Densify user group: SaaS_User_Admin.or SaaS_User.

Security Considerations

The authorization workflow provides a progressively longer delay each time an invalid password is entered in an Authorize request. This behaviour is applied regardless of whether or not you have enabled the Densify password policy. The workflow does change if the password policy has been enabled. Contact Support@Densify.com for details. Contact Support@Densify.com for details on configuring the Densify password policy.

Resource

/authorize

Endpoints