For the complete documentation index, see llms.txt. This page is also available as Markdown.

Authorization

The intratool API uses OAuth 2.0 bearer tokens for authentication. API requests run with the permissions of the User associated with the supplied token.

A user can have multiple OAuth clients and personal access tokens. A token does not extend that user's module permissions, Entity Permissions, or other access rules.

Authorization Flow

  • Get a Token describes how to create a personal access token.

  • Authorize describes the required request header.

  • Third-Party Login describes token-based browser login for third-party applications.

Last updated