Skip to main content
GET
/
integrations
/
workspace
List Workspace Integrations
curl --request GET \
  --url https://server26-dot-royalti-project.uc.r.appspot.com/integrations/workspace \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "name": "vertofx",
      "enabled": true,
      "settings": {
        "apiKey": "your-api-key-here",
        "region": "US"
      },
      "metadata": {
        "customField": "custom-value"
      },
      "memo": "Integration for VertoFX payments",
      "TenantId": "123e4567-e89b-12d3-a456-426614174000",
      "IntegrationId": "123e4567-e89b-12d3-a456-426614174000",
      "createdAt": "2023-01-01T00:00:00Z",
      "updatedAt": "2023-01-01T00:00:00Z"
    }
  ]
}
Retrieves a list of integrations for the workspace. Endpoint: /integrations/workspace
Method: GET
Query Parameters:
ParameterTypeRequiredDescription
workspaceIdstringYesWorkspace ID

Authentication

This endpoint requires authentication. Include your bearer token in the Authorization header.

Query Parameters

ParameterTypeInRequiredDescription
workspaceIdstringqueryWorkspace ID

Responses

✅ 200 - List of workspace integrations

⚠️ 400 - undefined

⚠️ 401 - undefined

❌ 500 - undefined

Tags

Integration

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[]
I