Skip to content

Authentication

Authentication for the Lightbug APIs make use of Bearer tokens in the Authorization header.

API calls that require authentication must have a bearer token submitted in the header, such as Authorization: <token>.

Tokens can be used universally across the various Lightbug API versions.

We recommend using the latest version of the API for authentication.

Legacy

The V1 API is still available for authentication, but does not support refresh tokens or personal access tokens.