Skip to main content
POST
Create Workspace Integration
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

Endpoint: /integrations/workspace Authorization:
  • Required role: admin or higher
Method: POST Request Body:

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Body

application/json
workspaceId
string
required

Workspace ID

Example:

"workspace-123"

type
string
required

Integration type

Example:

"vertofx"

settings
object
required

Integration settings

Example:

Response

Workspace integration created

success
boolean
Example:

true

data
object