Skip to content

Organization

orgId string
Required

The unique identifier for the organization.

name string
Required

The display name of the organization.

tier enum
Required

The billing tier the organization is currently on.

memberCount number
Required

The current number of active members.

isVerified boolean
Required

Whether the organization has completed domain verification.

Copy these snippets to integrate the Organization API into your application.

Terminal window
curl -X POST "https://api.cloudstart.dev/v1/organizations" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{"orgId":"...","name":"...","tier":"...","memberCount":"...","isVerified":"..."}'

Use the playground below to simulate creating a new Organization object. This executes a live fetch request directly from your browser.

POSThttps://api.cloudstart.dev/v1/organizations
Bearer Token
Body (JSON)