{% load i18n %} {{ api.title }} Developer Console {% include "common_libs.html" %} {% include "_header.html" %}

Developer Console

  • By using our APIs, you agree to our Terms of Service.
  • In additional to APIs below, {{ site_name }} also supports a subset of Mastodon APIs.
  • Test Access Token
    {% csrf_token %}

    Click Authorize button below, input your token there to invoke APIs with your account, which is required for APIs like /api/me
    Or use it in command line, like curl -H "Authorization: Bearer YOUR_TOKEN" {{ site_url }}/api/me


    How to authorize Please check NeoDB documentation for details.
    {% include "_footer.html" %}