17 lines
678 B
XML
17 lines
678 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE topic
|
|
SYSTEM "https://resources.jetbrains.com/writerside/1.0/xhtml-entities.dtd">
|
|
<topic xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd"
|
|
title="Authentication" id="Authentication">
|
|
|
|
<p>All API requests must be authenticated using an API token.</p>
|
|
|
|
<chapter title="API Token" id="api-token">
|
|
<p>Include your token in the Authorization header as a Bearer token:</p>
|
|
<code-block lang="http">
|
|
Authorization: Bearer YOUR_API_TOKEN
|
|
</code-block>
|
|
</chapter>
|
|
</topic>
|