Grafana REST API

Number of APIs: 18

Public documentation: https://grafana.com/docs/grafana/latest/http_api/

Some requests only work with HTTP basic auth, so most requests in this collection use it.

  1. Dashboards - Create IP SLA dashboard for CSR2 POST {{baseUrl}}/api/dashboards/db

  2. Organizations and Users - Get global users GET {{baseUrl}}/api/users

  3. Organizations and Users - Update user password PUT {{baseUrl}}/api/admin/users/2/password

  4. Organizations and Users - Delete read-only user DELETE {{baseUrl}}/api/admin/users/2

  5. Data Sources - Update data source credentials example AWS CloudWatch PUT {{baseUrl}}/api/datasources/2

  6. Authentication - Get API keys using API key for auth GET {{baseUrl}}/api/auth/keys

  7. Authentication - Delete specific API key (logout) DELETE {{baseUrl}}/api/auth/keys/2

  8. Organizations and Users - Get current organization GET {{baseUrl}}/api/org

  9. Organizations and Users - Create read-only user POST {{baseUrl}}/api/admin/users

  10. Organizations and Users - Get users within organization GET {{baseUrl}}/api/org/users