Create Workspace Integration
Integration
Create Workspace Integration
Creates a new workspace integration.
POST
Create Workspace Integration
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
Endpoint:/integrations/workspaceMethod:
POST
Request Body:
| Field | Type | Required | Description |
|---|---|---|---|
| workspaceId | string | Yes | Workspace ID |
| type | string | Yes | Integration type |
| settings | object | Yes | Integration settings |
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Body
application/json