Search...
⌘K
Login
Login
Getting Started
Creating SDKs
Building Documentation
Sideko Platform
Sideko REST API
Organization
Create Organization
Organizations Roles & Permissions
Create an Organization
Team Members
Service Accounts
SSO
Roles and Permissions
Managing APIs
OpenAPI Spec Management
Mock Servers
Sideko REST API
API Projects
GET
List API Projects
POST
Create API Project
POST
Initialize API Project
GET
Get API Project
DELETE
Delete API Project
GET
List API Versions
POST
Create API Version
GET
Get API Version
DELETE
Delete API Version
PATCH
Update API Version
GET
Get OpenAPI
GET
Get Spec Stats
POST
Lint OpenAPI
SDK Generation
GET
List SDKs
POST
Generate SDK
POST
Generate an SDK and automatically push to the linked version control system
POST
Update SDK
PATCH
Update the metadata of an SDK
POST
Get SDK Documentation
POST
Initialize SDK Configuration
POST
Sync SDK Configuration
Documentation Projects
GET
List Documentation Projects
POST
Create Documentation Project
GET
Get Documentation Project
DELETE
Delete Documentation Project
PATCH
Update Documentation Project
GET
List Preview Passwords
POST
Create Preview Password
DELETE
Deletes Preview Password
GET
List Documentation Project Versions
GET
Get Documentation Project Version
GET
List Topbar Items
POST
Create Topbar Item
DELETE
Delete Topbar Item
POST
Reorder Topbar
PATCH
Update Space
GET
List Sidebar Items
POST
Create Sidebar Item
DELETE
Delete Sidebar Item
POST
Reorder Sidebar
GET
Get Page
PATCH
Update Page
GET
Get API Link
PATCH
Update API Link
PATCH
Update Dropdown
PATCH
Update External Link
PATCH
Update Title
GET
List Documentation Deployments
POST
Trigger Documentation Deployment
GET
Get Documentation Deployment
Assets
GET
List Assets
POST
Upload Asset
DELETE
Delete Asset
PATCH
Update Asset
Users
GET
Get Current User
GET
Get API Key
POST
Invite User
Service Accounts
GET
List Service Accounts
POST
Create Service Account
GET
Get Service Account
DELETE
Delete Service Account
Roles
GET
List Roles
POST
Create New Role
DELETE
Delete Role
Organization
GET
Get Organization
POST
Create Organization
Ask AI
Create Organization
POST
/
organization
Body
object
required
Hide 3 properties
name
string
required
Example:
My Organization
subdomain
string
required
Example:
my-org
sdk_language
enum
Programming languages available for SDK generation
Allowed Values:
csharp
go
java
python
rust
typescript
Responses
201
Created
Organization created
application/json
object
Hide 2 properties
organization
object
required
Show 4 properties
redirect_to
string
required
default
Code Examples
json
Build Request
Response
201