Quick Start

Create an API Token

To use the API, your organization should already have a Density account set up. You need an Owner Role to access Density API. Contact support@density.io to request a Density Owner role to get an API token.

Once you have a Density Owner role, navigate to the top right corner in the legacy Dashboard and click on the wheel icon and Developer option.

On the pop-up screen, enter an API Token Name, and description, then click Save token. By default, the token has Read-only scope.

Authentication

All API endpoints are authenticated using your API token, found in the dashboard.

Your token must be included in the Authorization HTTP header, prefixed by the string literal "Bearer" with a single space separating the two strings. Any API call made without the proper Authorization header will return a 403 error.