Release: Bump version to 12.3.1 (#113481) (#113948)

This commit is contained in:
Jack Baldry
2025-11-14 18:03:46 +00:00
committed by GitHub
parent 02350c2f54
commit e48430c798
96 changed files with 8114 additions and 181 deletions
@@ -0,0 +1,31 @@
---
canonical: https://grafana.com/docs/grafana/latest/developer-resources/api-reference/http-api/authentication/
description: 'You can authenticate HTTP API requests using basic authentication or a service account token.'
keywords:
- grafana
- http
- documentation
- api
- role-based-access-control
- acl
- enterprise
labels:
products:
- enterprise
- oss
title: Authentication options for the HTTP API
menuTitle: Authentication
weight: 01
aliases:
- ../../../developers/http_api/authentication/ # /docs/grafana/next/developers/http_api/authentication/
---
# Authentication
## Authentication options for the HTTP API for Grafana OSS
{{< docs/shared lookup="developers/authentication.md" source="grafana" version="<GRAFANA_VERSION>" >}}
## Authentication options for the HTTP API in Grafana Cloud
{{< docs/shared source="grafana-cloud" lookup="/developer-resources/authentication.md" version="" >}}