API reference/Organisations
Create an organisation
POST/v1/orgs
You become its owner.
bearer auth
Request body application/json · required
namestringrequired
max length 100Responses
201Createdapplication/json
created_atstring (date-time)required
personalbooleanrequired
A personal workspace: one owner, no invitations
rolestringrequired
Your role
updated_atstring (date-time)required
versioninteger (int64)required
Increases with every change; send it back when renaming
401Unauthorizedapplication/problem+json
codestringrequired
Stable machine-readable error code
detailstring
Human-readable explanation
errorsarray of object
Field-level validation errors
request_idstring
Correlates with server logs and traces
statusinteger (int64)required
HTTP status code
titlestringrequired
Short summary of the problem type
typestring
URI identifying the problem type
422Unprocessable Entityapplication/problem+json
codestringrequired
Stable machine-readable error code
detailstring
Human-readable explanation
errorsarray of object
Field-level validation errors
request_idstring
Correlates with server logs and traces
statusinteger (int64)required
HTTP status code
titlestringrequired
Short summary of the problem type
typestring
URI identifying the problem type
500Internal Server Errorapplication/problem+json
codestringrequired
Stable machine-readable error code
detailstring
Human-readable explanation
errorsarray of object
Field-level validation errors
request_idstring
Correlates with server logs and traces
statusinteger (int64)required
HTTP status code
titlestringrequired
Short summary of the problem type
typestring
URI identifying the problem type
v0.5