Connect to Docebo

Two ways in: paste a token from your LMS's API Browser, or mint one with an OAuth2 app's credentials.

Host only — https:// and trailing paths are stripped automatically.
Validated with a read-only call before you continue.
Where do I get this?
  1. Sign in to your LMS as a superadmin.
  2. Go to Admin menu → API and SSO → API Browser.
  3. Copy the value from the Token field at the top left.

The API Browser mints that token from your logged-in session, which is why it never asks for a Client ID or Secret. It is good for up to a day, then you repeat these steps. There is no supported way for an outside tool to mint one without an OAuth2 app.

Request log

  

Requests are relayed through the local server.py because Docebo's API does not permit direct browser calls.