Skip to content
For AI agents: the complete documentation index is available at llms.txt; this page is also available as Markdown at index.md.

REST API authentication

This page refers to REST API reference, where you can find detailed information about REST API resources and endpoints.

SiteAccess login

The anonymous user is used to perform authentification requests. Therefore, the "Anonymous" role must have user/login permission on the SiteAccess that matches the REST domain or is passed through the X-Siteaccess header.

OAuth

TODO: Oauth is the only authentication method. Add an example showing the whole flow.

For more information, see OAuth 2.0 protocol for authorization.