mirror of
https://github.com/grafana/grafana.git
synced 2024-11-30 20:54:22 -06:00
1.4 KiB
1.4 KiB
+++ 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 "/http_api/auth.md" >}})
- [Dashboard API]({{< relref "/http_api/dashboard.md" >}})
- [Dashboard Versions API]({{< relref "http_api/dashboard_versions.md" >}})
- [Dashboard Permissions API]({{< relref "http_api/dashboard_permissions.md" >}})
- [Folder API]({{< relref "/http_api/folder.md" >}})
- [Folder Permissions API]({{< relref "http_api/folder_permissions.md" >}})
- [Folder/dashboard search API]({{< relref "/http_api/folder_dashboard_search.md" >}})
- [Data Source API]({{< relref "http_api/data_source.md" >}})
- [Organisation API]({{< relref "http_api/org.md" >}})
- [Snapshot API]({{< relref "http_api/snapshot.md" >}})
- [Annotations API]({{< relref "http_api/annotations.md" >}})
- [Alerting API]({{< relref "http_api/alerting.md" >}})
- [User API]({{< relref "http_api/user.md" >}})
- [Team API]({{< relref "http_api/team.md" >}})
- [Admin API]({{< relref "http_api/admin.md" >}})
- [Preferences API]({{< relref "http_api/preferences.md" >}})
- [Other API]({{< relref "http_api/other.md" >}})