Create a new organization
POST /v1/orgs
POST
/v1/orgs
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”Request to create a new organization
object
name
required
The display name of the organization.
string
Example
Acme CorpResponses
Section titled “ Responses ”Organization created
Response for organization operations
object
created_at
required
When the organization was created
string format: date-time
id
required
External identifier (org_<32-hex-chars>)
string
name
required
Display name
string
updated_at
required
When the organization was last updated
string format: date-time
Invalid input
Standard error response for API endpoints.
object
error
required
Error message describing what went wrong.
string