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

Bearer Token

The Bearer Token authentication type adds an Authorization header with the following format using the given token: Bearer <token>, it requires the following parameter:

Name
Description

Token

The token to use

Last updated

Was this helpful?