Available API sections

Authentication

Acme API - Authentication documents the authentication surface area.

3 endpoints

  • POST /api/v1/auth/token
  • POST /api/v1/auth/refresh
  • DELETE /api/v1/auth/revoke

Open section

Billing

Acme API - Billing documents the billing surface area.

5 endpoints

  • GET /api/v1/billing/subscription
  • POST /api/v1/billing/subscription/upgrade
  • GET /api/v1/billing/invoices
  • + 2 more endpoints

Open section

Projects

Acme API - Projects documents the projects surface area.

6 endpoints

  • GET /api/v1/projects
  • POST /api/v1/projects
  • GET /api/v1/projects/{project_id}
  • + 3 more endpoints

Open section

Users Management

Acme API - Users Management documents the users management surface area.

5 endpoints

  • GET /api/v1/users
  • GET /api/v1/users/{user_id}
  • POST /api/v1/users
  • + 2 more endpoints

Open section