---
title: All endpoints
description: View all API endpoints sorted by path.
url: https://docs.influxdata.com/influxdb3/cloud-serverless/api/all-endpoints/
estimated_tokens: 3183
product: InfluxDB Cloud Serverless
version: cloud-serverless
---

[Download InfluxDB Cloud Serverless API Spec](/openapi/influxdb-cloud-serverless-api.yml)

All InfluxDB Cloud Serverless API endpoints, sorted by path.

## v2-compatible API

[GET `/api/v2/authorizations` List authorizations](/influxdb3/cloud-serverless/api/authorizations-api-tokens/#operation/GetAuthorizations) [POST `/api/v2/authorizations` Create an authorization](/influxdb3/cloud-serverless/api/authorizations-api-tokens/#operation/PostAuthorizations) [DELETE `/api/v2/authorizations/{authID}` Delete an authorization](/influxdb3/cloud-serverless/api/authorizations-api-tokens/#operation/DeleteAuthorizationsID) [GET `/api/v2/authorizations/{authID}` Retrieve an authorization](/influxdb3/cloud-serverless/api/authorizations-api-tokens/#operation/GetAuthorizationsID) [PATCH `/api/v2/authorizations/{authID}` Update an API token to be active or inactive](/influxdb3/cloud-serverless/api/authorizations-api-tokens/#operation/PatchAuthorizationsID) [GET `/api/v2/buckets` List buckets](/influxdb3/cloud-serverless/api/buckets/#operation/GetBuckets) [POST `/api/v2/buckets` Create a bucket](/influxdb3/cloud-serverless/api/buckets/#operation/PostBuckets) [DELETE `/api/v2/buckets/{bucketID}` Delete a bucket](/influxdb3/cloud-serverless/api/buckets/#operation/DeleteBucketsID) [GET `/api/v2/buckets/{bucketID}` Retrieve a bucket](/influxdb3/cloud-serverless/api/buckets/#operation/GetBucketsID) [PATCH `/api/v2/buckets/{bucketID}` Update a bucket](/influxdb3/cloud-serverless/api/buckets/#operation/PatchBucketsID) [GET `/api/v2/buckets/{bucketID}/labels` List all labels for a bucket](/influxdb3/cloud-serverless/api/buckets/#operation/GetBucketsIDLabels) [POST `/api/v2/buckets/{bucketID}/labels` Add a label to a bucket](/influxdb3/cloud-serverless/api/buckets/#operation/PostBucketsIDLabels) [DELETE `/api/v2/buckets/{bucketID}/labels/{labelID}` Delete a label from a bucket](/influxdb3/cloud-serverless/api/buckets/#operation/DeleteBucketsIDLabelsID) [GET `/api/v2/buckets/{bucketID}/members` List all users with member privileges for a bucket](/influxdb3/cloud-serverless/api/buckets/#operation/GetBucketsIDMembers) [POST `/api/v2/buckets/{bucketID}/members` Add a member to a bucket](/influxdb3/cloud-serverless/api/buckets/#operation/PostBucketsIDMembers) [DELETE `/api/v2/buckets/{bucketID}/members/{userID}` Remove a member from a bucket](/influxdb3/cloud-serverless/api/buckets/#operation/DeleteBucketsIDMembersID) [GET `/api/v2/buckets/{bucketID}/owners` List all owners of a bucket](/influxdb3/cloud-serverless/api/buckets/#operation/GetBucketsIDOwners) [POST `/api/v2/buckets/{bucketID}/owners` Add an owner to a bucket](/influxdb3/cloud-serverless/api/buckets/#operation/PostBucketsIDOwners) [DELETE `/api/v2/buckets/{bucketID}/owners/{userID}` Remove an owner from a bucket](/influxdb3/cloud-serverless/api/buckets/#operation/DeleteBucketsIDOwnersID) [GET `/api/v2/dbrps` List database retention policy mappings](/influxdb3/cloud-serverless/api/dbrps/#operation/GetDBRPs) [POST `/api/v2/dbrps` Add a database retention policy mapping](/influxdb3/cloud-serverless/api/dbrps/#operation/PostDBRP) [DELETE `/api/v2/dbrps/{dbrpID}` Delete a database retention policy](/influxdb3/cloud-serverless/api/dbrps/#operation/DeleteDBRPID) [GET `/api/v2/dbrps/{dbrpID}` Retrieve a database retention policy mapping](/influxdb3/cloud-serverless/api/dbrps/#operation/GetDBRPsID) [PATCH `/api/v2/dbrps/{dbrpID}` Update a database retention policy mapping](/influxdb3/cloud-serverless/api/dbrps/#operation/PatchDBRPID) [GET `/api/v2/orgs` List organizations](/influxdb3/cloud-serverless/api/organizations/#operation/GetOrgs) [POST `/api/v2/orgs` Create an organization](/influxdb3/cloud-serverless/api/organizations/#operation/PostOrgs) [DELETE `/api/v2/orgs/{orgID}` Delete an organization](/influxdb3/cloud-serverless/api/organizations/#operation/DeleteOrgsID) [GET `/api/v2/orgs/{orgID}` Retrieve an organization](/influxdb3/cloud-serverless/api/organizations/#operation/GetOrgsID) [PATCH `/api/v2/orgs/{orgID}` Update an organization](/influxdb3/cloud-serverless/api/organizations/#operation/PatchOrgsID) [GET `/api/v2/orgs/{orgID}/limits` Retrieve limits for an organization](/influxdb3/cloud-serverless/api/limits/#operation/GetOrgLimitsID) [GET `/api/v2/orgs/{orgID}/members` List all members of an organization](/influxdb3/cloud-serverless/api/organizations/#operation/GetOrgsIDMembers) [POST `/api/v2/orgs/{orgID}/members` Add a member to an organization](/influxdb3/cloud-serverless/api/organizations/#operation/PostOrgsIDMembers) [DELETE `/api/v2/orgs/{orgID}/members/{userID}` Remove a member from an organization](/influxdb3/cloud-serverless/api/organizations/#operation/DeleteOrgsIDMembersID) [GET `/api/v2/orgs/{orgID}/owners` List all owners of an organization](/influxdb3/cloud-serverless/api/organizations/#operation/GetOrgsIDOwners) [POST `/api/v2/orgs/{orgID}/owners` Add an owner to an organization](/influxdb3/cloud-serverless/api/organizations/#operation/PostOrgsIDOwners) [DELETE `/api/v2/orgs/{orgID}/owners/{userID}` Remove an owner from an organization](/influxdb3/cloud-serverless/api/organizations/#operation/DeleteOrgsIDOwnersID) [GET `/api/v2/orgs/{orgID}/usage` Retrieve usage for an organization](/influxdb3/cloud-serverless/api/usage/#operation/GetOrgUsageID) [POST `/api/v2/write` Write data using the InfluxDB v2 HTTP API](/influxdb3/cloud-serverless/api/write-data/#operation/PostWrite)

## v1-compatible API

[GET `/query` Query using the InfluxDB v1 HTTP API](/influxdb3/cloud-serverless/api/query-data/#operation/GetLegacyQuery) [POST `/write` Write data using the InfluxDB v1 HTTP API](/influxdb3/cloud-serverless/api/write-data/#operation/PostLegacyWrite)
