defmodule ToweropsWeb.HelpLive.Sections.ApiTokens do @moduledoc false use ToweropsWeb, :html def render(assigns) do ~H"""
API tokens allow external applications and scripts to authenticate with the Towerops REST and GraphQL APIs. Each token is scoped to an organization and can be managed from your user settings.
Include the token in the
Authorization
header:
Authorization: Bearer your-api-token-here
See also: <.link navigate={~p"/help?section=rest-api"} class="underline">REST API and <.link navigate={~p"/help?section=graphql-api"} class="underline"> GraphQL API for endpoint documentation.