Skip to main content
GET
List Workspace Integrations
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

Endpoint: /integrations/workspace Authorization:
  • Required role: user or higher
Method: GET Query Parameters:

Code Examples

Authorizations

Authorization
string
header
required

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

Query Parameters

workspaceId
string
required

Workspace ID

Example:

"workspace-123"

Response

List of workspace integrations

success
boolean
Example:

true

data
object[]