Public API
Other documentationsCommunity
  • Forest Admin API
  • Authentication
  • Endpoints
    • Activity logs
    • Admin logs
    • Notes
  • Rate limit
Powered by GitBook
On this page
  • Generate an application token
  • Authenticate calls to the API

Authentication

PreviousForest Admin APINextEndpoints

Last updated 1 year ago

All endpoints in the Forest Admin API require requests to be authenticated with an application token.

Generate an application token

In the application, navigate to and generate a new application token.

If your project is using SSO, the application token needs to be generated while being logged-in with SSO.

Authenticate calls to the API

The generated token must be used in an Authorization header as a Bearer token. The resulting HTTP call must contain the following header:

Authorization: Bearer [GENERATED_TOKEN]
your account settings