Organization Create a new organization
POST
/control-plane/api/v1/v1/organization

Authentication

API Key (BearerAuth)

  • Header: Authorization

Request Body

Organization input

Required

created_atstring

delete_atstring

idstring

logoPathstring

logoUrlstring

namestring

onboardingCompleteboolean

updated_atstring

Example:

{
  "created_at": "string",
  "delete_at": "string",
  "id": "string",
  "logoPath": "string",
  "logoUrl": "string",
  "name": "string",
  "onboardingComplete": true,
  "updated_at": "string"
}

Responses

201
Created

Example:

{
  "key": "value"
}
400
Bad Request

Example:

{
  "key": "value"
}
401
Unauthorized

Example:

{
  "key": "value"
}
500
Internal Server Error

Example:

{
  "key": "value"
}