diff --git a/files/templates/api.html b/files/templates/api.html index df9baabf4..ece0598a8 100644 --- a/files/templates/api.html +++ b/files/templates/api.html @@ -2,7 +2,7 @@ {% block pagetitle %}API{% endblock %} {% block content %} -

API Guide for Bots

+

API Guide for Bots

This page explains how to obtain and use an access token.

Step 1: Create your Application

In the apps tab of {{SITE_NAME}} settings, fill in and submit the form to request an access token. You will need:

@@ -48,7 +48,7 @@

-

API Guide for Applications

+

API Guide for Applications

The OAuth4 authorization flow is used to enable users to authorize third-party applications to access their {{SITE_NAME}} account without having to provide their login information to the application.

This page explains how to obtain API application keys, how to prompt a user for authorization, and how to obtain and use access tokens.

Step 1: Create your Application