/integrations/workspace
Method:
POST
Request Body:
Field | Type | Required | Description |
---|---|---|---|
workspaceId | string | Yes | Workspace ID |
type | string | Yes | Integration type |
settings | object | Yes | Integration settings |
Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Request Body
Request Schema
Field | Type | Required | Description |
---|---|---|---|
workspaceId | string | ā | Workspace ID |
type | string | ā | Integration type |
settings | object | ā | Integration settings |
Responses
ā 201 - Workspace integration created
ā ļø 400 - undefined
ā ļø 401 - undefined
ā 500 - undefined
Tags
Integration
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Body
application/json