Skip to main content
POST
Create new organisation

Authorizations

Authorization
string
header
required

JWT authentication for organization-scoped endpoints.

Body

application/json

Request schema for creating an organisation

name
string
required

Name of the organisation

Example:

"Acme Corporation"

homepageUrl
string | null
required
logoUrl
string | null
required

Response

Organisation created successfully

Response containing a single organisation

data
object
required

Organisation data