Skip to main content
POST
Create a new organization

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

Organization name

Required string length: 1 - 100
Example:

"Acme Corporation"

slug
string
required

Organization URL slug

Required string length: 1 - 100
Pattern: ^[a-z0-9-]+$
Example:

"acme-corp"

Organization logo URL

Example:

"https://example.com/logo.png"

Response

Organization created successfully. The user becomes the organization owner.