API Reference
OIDC
Platform

Applications

AdminUpdated Sep 11, 2026

Applications

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

9 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/applications

Applications and their instances. Secret keys are never listed.

POST /v1/dashboard/accounts/:accountId/applications

Create an application with both a development and production instance.

PATCH /v1/dashboard/accounts/:accountId/applications/:appId

Rename an application the account owns. Owner or admin.

DELETE /v1/dashboard/accounts/:accountId/applications/:appId

Delete an application. Refused for the last remaining application in the account.

GET /v1/dashboard/accounts/:accountId/applications/:appId/team

The application team: members and pending invitations for this application.

POST /v1/dashboard/accounts/:accountId/applications/:appId/team/invitations

Invite a collaborator to help manage this application; returns a one-time invite link. Owner or admin.

POST /v1/dashboard/accounts/:accountId/applications/:appId/team/invitations/:id/revoke

Revoke a pending application-team invitation. Owner or admin.

PATCH /v1/dashboard/accounts/:accountId/applications/:appId/team/members/:userId

Change an application-team member’s role. Owner or admin.

DELETE /v1/dashboard/accounts/:accountId/applications/:appId/team/members/:userId

Remove a collaborator from the application team. Owner or admin.

Was this page helpful?
Applications