mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
30 lines
836 B
Markdown
30 lines
836 B
Markdown
+++
|
|
title = "HTTP API"
|
|
description = "Grafana HTTP API"
|
|
keywords = ["grafana", "http", "documentation", "api", "overview"]
|
|
type = "docs"
|
|
[menu.docs]
|
|
name = "HTTP API"
|
|
identifier = "http_api"
|
|
weight = 9
|
|
+++
|
|
|
|
|
|
# HTTP API Reference
|
|
|
|
The Grafana backend exposes an HTTP API, the same API is used by the frontend to do everything from saving
|
|
dashboards, creating users and updating data sources.
|
|
|
|
## Supported HTTP APIs:
|
|
|
|
|
|
* [Authentication API]({{< relref "auth.md" >}})
|
|
* [Dashboard API]({{< relref "dashboard.md" >}})
|
|
* [Data Source API]({{< relref "data_source.md" >}})
|
|
* [Organisation API]({{< relref "org.md" >}})
|
|
* [User API]({{< relref "user.md" >}})
|
|
* [Admin API]({{< relref "admin.md" >}})
|
|
* [Snapshot API]({{< relref "snapshot.md" >}})
|
|
* [Preferences API]({{< relref "preferences.md" >}})
|
|
* [Other API]({{< relref "other.md" >}})
|