Admin API

Our admin JSON API lets you do everything you can do in the GUI via the corresponding JSON endpoints. While the GraphQL API is for modifying the data in your tables, this API is for managing the databases and all related entities itself. For historic reasons it’s a common JSON REST API and not a GraphQL API.

Highlights

  • CRUD for
    • Databases, tables, cells
    • Dashboards, charts
    • Functions, tokens, environment variables
    • Teams, users
    • Settings
    • …
  • Execute SQL queries
  • Check API status via /api/status

For accessing the API you must provide a session token, or API token via the HTTP header:

Authorization: Bearer <token>

For the full documentation check out the automatically generated documentation page:

Airsequel