GET
/
integrations
/
workspace
/
info
Get Workspace Integration Info
curl --request GET \
  --url https://server26-dot-royalti-project.uc.r.appspot.com/integrations/workspace/info \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "workspaceId": "workspace-123",
    "integrations": [
      "webhook",
      "vertofx"
    ]
  }
}

Authorizations

Authorization
string
header
required

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

Response

200
application/json

Workspace integration info

The response is of type object.