v3

OpenAPI 3.1.0AGPL-3.0-or-later2026-07-311871891.1 MB
OAuth

Obtain access token

OAuth2 token endpoint. Exchanges an authorization code for an access token.

post/api/token

Response

Access token successfully obtained.

token_typestring required
access_tokenstring required
expires_ininteger required

Example response

{
  "token_type": "Bearer",
  "access_token": "lio_pLwAbN7lFPklzY2m8lTOI1DGApS84u57",
  "expires_in": 31536000
}