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

UserApplicationToken

Authorization token

To make authorized requests add header "Authorization: Bearer <TOKEN_VALUE>" to request

type UserApplicationToken {
  token: String!
}

Last updated