API Reference
OIDC
Platform

Billing Plans

AdminUpdated Sep 11, 2026

Billing Plans

Dashboard API — authenticated by an Atlas console (platform-instance) session, not a key.

4 routes. Each row is one endpoint with its explanation and whether it honours the Idempotency-Key header.

Method & path

Idem

Explanation

GET /v1/dashboard/accounts/:accountId/instances/:instanceId/billing_plans

List the end-user subscription plans defined for this instance.

POST /v1/dashboard/accounts/:accountId/instances/:instanceId/billing_plans

Create an end-user billing plan (slug + Stripe price + features). Owner or admin.

PATCH /v1/dashboard/accounts/:accountId/instances/:instanceId/billing_plans/:id

Update an end-user billing plan. Owner or admin.

DELETE /v1/dashboard/accounts/:accountId/instances/:instanceId/billing_plans/:id

Delete an end-user billing plan. Owner or admin.

Was this page helpful?