Rhombus Systems Webhook Integrations Webservice API
The Webhook Integrations Webservice API from Rhombus Systems — 7 operation(s) for webhook integrations webservice.
The Webhook Integrations Webservice API from Rhombus Systems — 7 operation(s) for webhook integrations webservice.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/rhombus-systems-webhook-integrations-webservice-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
openapi: 3.2.0
info:
contact:
email: developer@rhombussystems.com
description: 'This API is for use by Rhombus customers and partners.
## Authentication
All requests require two headers:
- `x-auth-scheme` — The authentication scheme identifier. Use `api-token` for standard API key auth, or `partner-api-token` for partner API auth.
- `x-auth-apikey` — Your Rhombus API key.
Example:
```
POST /api/camera/getMinimalCameraStateList
x-auth-scheme: api-token
x-auth-apikey: YOUR_API_KEY
Content-Type: application/json
```'
title: Rhombus Webhook Integrations Webservice API
version: '1.0'
servers:
- description: Production Server
url: https://api2.rhombussystems.com
security:
- ApiKeyAuth: []
tags:
- name: Webhook Integrations Webservice
paths:
/api/integrations/webhooks/deleteWebhookIntegration:
post:
description: Delete outbound webhook alert integration
operationId: deleteWebhookIntegration
parameters:
- description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
example: api-token
in: header
name: x-auth-scheme
required: true
schema:
type: string
default: api-token
enum:
- api-token
- api
- partner-api-token
- partner-api
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/Integration_BaseIntegrationWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/BaseApiResponse'
description: OK
summary: Delete webhook integration
tags:
- Webhook Integrations Webservice
/api/integrations/webhooks/deleteWebhookIntegrationV2:
post:
description: Delete entire webhook integration
operationId: deleteWebhookIntegrationV2
parameters:
- description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
example: api-token
in: header
name: x-auth-scheme
required: true
schema:
type: string
default: api-token
enum:
- api-token
- api
- partner-api-token
- partner-api
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/Integration_BaseIntegrationWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/BaseApiResponse'
description: OK
summary: Delete webhook integration V2
tags:
- Webhook Integrations Webservice
/api/integrations/webhooks/getWebhookIntegration:
post:
description: Get webhook integration
operationId: getWebhookIntegration
parameters:
- description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
example: api-token
in: header
name: x-auth-scheme
required: true
schema:
type: string
default: api-token
enum:
- api-token
- api
- partner-api-token
- partner-api
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/Integration_BaseIntegrationWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Integration_GetOrgIntegrationsV2WSResponse'
description: OK
summary: Get webhook integration
tags:
- Webhook Integrations Webservice
/api/integrations/webhooks/subscribeZapierWebhook:
post:
description: Setup a Zapier webhook
operationId: subscribeZapierWebhook
parameters:
- description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
example: api-token
in: header
name: x-auth-scheme
required: true
schema:
type: string
default: api-token
enum:
- api-token
- api
- partner-api-token
- partner-api
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/Integration_SubscribeZapierWebhookWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Integration_SubscribeZapierWebhookWSResponse'
description: OK
summary: Subscribe Zapier webhook
tags:
- Webhook Integrations Webservice
/api/integrations/webhooks/unsubscribeZapierWebhook:
post:
description: Delete a Zapier webhook
operationId: unsubscribeZapierWebhook
parameters:
- description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
example: api-token
in: header
name: x-auth-scheme
required: true
schema:
type: string
default: api-token
enum:
- api-token
- api
- partner-api-token
- partner-api
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/Integration_UnsubscribeZapierWebhookWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/BaseApiResponse'
description: OK
summary: Unsubscribe Zapier webhook
tags:
- Webhook Integrations Webservice
/api/integrations/webhooks/updateWebhookIntegration:
post:
description: Update outbound webhook alert integration
operationId: updateWebhookIntegration
parameters:
- description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
example: api-token
in: header
name: x-auth-scheme
required: true
schema:
type: string
default: api-token
enum:
- api-token
- api
- partner-api-token
- partner-api
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/Integration_UpdateWebhookIntegrationWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Integration_UpdateOrgIntegrationsWSResponse'
description: OK
summary: Update webhook integration
tags:
- Webhook Integrations Webservice
/api/integrations/webhooks/updateWebhookIntegrationV2:
post:
description: Update preexisting webhooks
operationId: updateWebhookIntegrationV2
parameters:
- description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
example: api-token
in: header
name: x-auth-scheme
required: true
schema:
type: string
default: api-token
enum:
- api-token
- api
- partner-api-token
- partner-api
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/Integration_UpdateWebhookIntegrationV2WSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Integration_UpdateWebhookIntegrationV2WSResponse'
description: OK
summary: Update webhook integration V2
tags:
- Webhook Integrations Webservice
components:
schemas:
EnvoyLocationInfoType:
type:
- object
- 'null'
properties:
assignedCameraList:
type:
- array
- 'null'
items:
type:
- string
- 'null'
format: RUUID
description: base 64 (url-safe) uuid string
example: AAAAAAAAAAAAAAAAAAAAAA
locationName:
type:
- string
- 'null'
DeviceIntegrationSettings:
type:
- object
- 'null'
properties:
latitude:
type:
- number
- 'null'
format: double
longitude:
type:
- number
- 'null'
format: double
name:
type:
- string
- 'null'
Integration_GetOrgIntegrationsV2WSResponse:
type: object
properties:
error:
type:
- boolean
- 'null'
errorMsg:
type:
- string
- 'null'
orgIntegrationV2:
$ref: '#/components/schemas/IBaseIntegrationType'
warningMsg:
type:
- string
- 'null'
Integration_UpdateWebhookIntegrationV2WSRequest:
type: object
description: Request object for updating webhook V2 integration settings with enhanced configuration options.
properties:
disabled:
type:
- boolean
- 'null'
description: Whether the webhook is disabled
example: false
isDiagnostic:
type:
- boolean
- 'null'
description: Whether this is a diagnostic webhook
example: false
updatedWebhookSettings:
$ref: '#/components/schemas/IWebhooksType'
webhookUrl:
type:
- string
- 'null'
description: Webhook URL for receiving notifications
example: https://api.example.com/webhook/rhombus
GenericPosSettings:
type:
- object
- 'null'
description: Collection of service area settings for this restaurant
properties:
assignedCameraList:
type:
- array
- 'null'
description: A list of camera uuids from Rhombus that are assigned to the PoS device
items:
type:
- string
- 'null'
format: RUUID
description: base 64 (url-safe) uuid string
example: AAAAAAAAAAAAAAAAAAAAAA
posName:
type:
- string
- 'null'
description: The name of the point of sale device
HoneywellNetBoxType:
type:
- object
- 'null'
allOf:
- type: object
properties:
alertUnauthorizedFaces:
type:
- boolean
- 'null'
apiToken:
type:
- string
- 'null'
badgeAuthDisablesAlarmMonitoring:
type:
- boolean
- 'null'
badgeFaceVerificationMode:
$ref: '#/components/schemas/BadgeFaceVerificationModeEnum'
baseUrl:
type:
- string
- 'null'
createAccessAnomalyAlerts:
type:
- boolean
- 'null'
createSeekPoints:
type:
- boolean
- 'null'
doorInfoMap:
type:
- object
- 'null'
additionalProperties:
$ref: '#/components/schemas/BadgeIntegrationDoorInfoType'
doorsValidated:
type:
- boolean
- 'null'
identifyFacesFromBadge:
type:
- boolean
- 'null'
indexFaces:
type:
- boolean
- 'null'
misconfiguredDoors:
type:
- array
- 'null'
items:
type:
- string
- 'null'
refreshToken:
type:
- string
- 'null'
rhombusToken:
type:
- string
- 'null'
format: RUUID
description: base 64 (url-safe) uuid string
example: AAAAAAAAAAAAAAAAAAAAAA
saveClips:
type:
- boolean
- 'null'
tokenValid:
type:
- boolean
- 'null'
properties:
enabled:
type:
- boolean
- 'null'
integration:
$ref: '#/components/schemas/IntegrationEnum'
integrationAuditMap:
type:
- object
- 'null'
additionalProperties:
$ref: '#/components/schemas/IntegrationAuditEvent'
orgUuid:
type:
- string
- 'null'
format: RUUID
description: base 64 (url-safe) uuid string
example: AAAAAAAAAAAAAAAAAAAAAA
userUuid:
type:
- string
- 'null'
format: RUUID
description: base 64 (url-safe) uuid string
example: AAAAAAAAAAAAAAAAAAAAAA
MicrosoftTeamsChannelSettings:
type:
- object
- 'null'
properties:
botInstallationId:
type:
- string
- 'null'
channelId:
type:
- string
- 'null'
installingUserUuid:
type:
- string
- 'null'
format: RUUID
description: base 64 (url-safe) uuid string
example: AAAAAAAAAAAAAAAAAAAAAA
sendChannelNotifications:
type:
- boolean
- 'null'
Integration_UpdateWebhookIntegrationV2WSResponse:
type: object
properties:
error:
type:
- boolean
- 'null'
errorMsg:
type:
- string
- 'null'
warningMsg:
type:
- string
- 'null'
webhookSecret:
type:
- string
- 'null'
Integration_UpdateWebhookIntegrationWSRequest:
type: object
description: Request object for updating webhook integration settings.
properties:
webhookSettings:
$ref: '#/components/schemas/WebhookSettings'
AvigilonAltaType:
type:
- object
- 'null'
allOf:
- type: object
properties:
alertUnauthorizedFaces:
type:
- boolean
- 'null'
apiToken:
type:
- string
- 'null'
badgeAuthDisablesAlarmMonitoring:
type:
- boolean
- 'null'
badgeFaceVerificationMode:
$ref: '#/components/schemas/BadgeFaceVerificationModeEnum'
createAccessAnomalyAlerts:
type:
- boolean
- 'null'
createSeekPoints:
type:
- boolean
- 'null'
doorInfoMap:
type:
- object
- 'null'
additionalProperties:
$ref: '#/components/schemas/BadgeIntegrationDoorInfoType'
doorToCameraMap:
type:
- object
- 'null'
additionalProperties:
type:
- array
- 'null'
items:
type:
- string
- 'null'
format: RUUID
description: base 64 (url-safe) uuid string
example: AAAAAAAAAAAAAAAAAAAAAA
doorsValidated:
type:
- boolean
- 'null'
email:
type:
- string
- 'null'
eventToWebhookIdMap:
type:
- object
- 'null'
additionalProperties:
type:
- integer
- 'null'
format: int32
eventToWebhookMap:
type:
- object
- 'null'
additionalProperties:
$ref: '#/components/schemas/WebhookMapEntry'
identifyFacesFromBadge:
type:
- boolean
- 'null'
indexFaces:
type:
- boolean
- 'null'
misconfiguredDoors:
type:
- array
- 'null'
items:
type:
- string
- 'null'
password:
type:
- string
- 'null'
refreshToken:
type:
- string
- 'null'
rhombusToken:
type:
- string
- 'null'
format: RUUID
description: base 64 (url-safe) uuid string
example: AAAAAAAAAAAAAAAAAAAAAA
saveClips:
type:
- boolean
- 'null'
tokenValid:
type:
- boolean
- 'null'
webhookId:
type:
- integer
- 'null'
format: int32
properties:
enabled:
type:
- boolean
- 'null'
integration:
$ref: '#/components/schemas/IntegrationEnum'
integrationAuditMap:
type:
- object
- 'null'
additionalProperties:
$ref: '#/components/schemas/IntegrationAuditEvent'
orgUuid:
type:
- string
- 'null'
format: RUUID
description: base 64 (url-safe) uuid string
example: AAAAAAAAAAAAAAAAAAAAAA
userUuid:
type:
- string
- 'null'
format: RUUID
description: base 64 (url-safe) uuid string
example: AAAAAAAAAAAAAAAAAAAAAA
OpentechAllianceDoorInfoType:
type:
- object
- 'null'
properties:
actionGroupId:
type:
- string
- 'null'
assignedCameraList:
type:
- array
- 'null'
items:
type:
- string
- 'null'
format: RUUID
description: base 64 (url-safe) uuid string
example: AAAAAAAAAAAAAAAAAAAAAA
clipDuration:
type:
- integer
- 'null'
format: int32
doorName:
type:
- string
- 'null'
leadingSeconds:
type:
- integer
- 'null'
format: int32
locationUuid:
type:
- string
- 'null'
format: RUUID
description: base 64 (url-safe) uuid string
example: AAAAAAAAAAAAAAAAAAAAAA
remoteUnlock:
type:
- boolean
- 'null'
subLocationsHierarchyKey:
type:
- string
- 'null'
format: SubLocationsHierarchyKey
description: 'A sequence of one or more base 64 (url-safe) uuid substrings.
These substrings are separated by dots (.).
'
example: AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA
pattern: ^([A-Za-z0-9\-_]{22})([.][A-Za-z0-9\-_]{22})*$
IWebhooksType:
type: object
description: Updated webhook V2 integration settings
properties:
activityWebhooks:
type:
- object
- 'null'
additionalProperties:
type:
- string
- 'null'
activityWebhooksV2:
type:
- object
- 'null'
additionalProperties:
$ref: '#/components/schemas/WebhookInfo'
diagnosticWebhooks:
type:
- object
- 'null'
additionalProperties:
type:
- string
- 'null'
diagnosticWebhooksV2:
type:
- object
- 'null'
additionalProperties:
$ref: '#/components/schemas/WebhookInfo'
enabled:
type:
- boolean
- 'null'
integration:
$ref: '#/components/schemas/IntegrationEnum'
integrationAuditMap:
type:
- object
- 'null'
additionalProperties:
$ref: '#/components/schemas/IntegrationAuditEvent'
orgUuid:
type:
- string
- 'null'
format: RUUID
description: base 64 (url-safe) uuid string
example: AAAAAAAAAAAAAAAAAAAAAA
userUuid:
type:
- string
- 'null'
format: RUUID
description: base 64 (url-safe) uuid string
example: AAAAAAAAAAAAAAAAAAAAAA
ButterflyMXType:
type:
- object
- 'null'
allOf:
- type: object
properties:
alertUnauthorizedFaces:
type:
- boolean
- 'null'
apiToken:
type:
- string
- 'null'
badgeAuthDisablesAlarmMonitoring:
type:
- boolean
- 'null'
badgeFaceVerificationMode:
$ref: '#/components/schemas/BadgeFaceVerificationModeEnum'
buildingWebhookIdMap:
type:
- object
- 'null'
additionalProperties:
type:
- string
- 'null'
description: 'A HashMap of <ButterflyMx Building Id, Webhook Id>. '
description: 'A HashMap of <ButterflyMx Building Id, Webhook Id>. '
createAccessAnomalyAlerts:
type:
- boolean
- 'null'
createSeekPoints:
type:
- boolean
- 'null'
doorInfoMap:
type:
- object
- 'null'
additionalProperties:
$ref: '#/components/schemas/BadgeIntegrationDoorInfoType'
doorsValidated:
type:
- boolean
- 'null'
identifyFacesFromBadge:
type:
- boolean
- 'null'
indexFaces:
type:
- boolean
- 'null'
misconfiguredDoors:
type:
- array
- 'null'
items:
type:
- string
- 'null'
panelInfoMap:
type:
- object
- 'null'
additionalProperties:
$ref: '#/components/schemas/ButterflymxPanelInfoType'
description: A HashMap of <Panel Id, ButterflymxPanelInfoType>.
refreshToken:
type:
- string
- 'null'
rhombusToken:
type:
- string
- 'null'
format: RUUID
description: base 64 (url-safe) uuid string
example: AAAAAAAAAAAAAAAAAAAAAA
saveClips:
type:
- boolean
- 'null'
tokenValid:
type:
- boolean
- 'null'
properties:
enabled:
type:
- boolean
- 'null'
integration:
$ref: '#/components/schemas/IntegrationEnum'
integrationAuditMap:
type:
- object
- 'null'
additionalProperties:
$ref: '#/components/schemas/IntegrationAuditEvent'
orgUuid:
type:
- string
- 'null'
format: RUUID
description: base 64 (url-safe) uuid string
example: AAAAAAAAAAAAAAAAAAAAAA
userUuid:
type:
- string
- 'null'
format: RUUID
description: base 64 (url-safe) uuid string
example: AAAAAAAAAAAAAAAAAAAAAA
InnerRangeType:
type:
- object
- 'null'
allOf:
- type: object
properties:
apiToken:
type:
- string
- 'null'
consoleToSettingsMap:
type:
- object
- 'null'
additionalProperties:
$ref: '#/components/schemas/InnerRangeConsoleSettings'
createSeekPoints:
type:
- boolean
- 'null'
doorInfoMap:
type:
- object
- 'null'
additionalProperties:
$ref: '#/components/schemas/InnerRangeDoorInfoType'
refreshToken:
type:
- string
- 'null'
skyTunnelSN:
type:
- string
- 'null'
tokenValid:
type:
- boolean
- 'null'
properties:
enabled:
type:
- boolean
- 'null'
integration:
$ref: '#/components/schemas/IntegrationEnum'
integrationAuditMap:
type:
- object
- 'null'
additionalProperties:
$ref: '#/components/schemas/IntegrationAuditEvent'
orgUuid:
type:
- string
- 'null'
format: RUUID
description: base 64 (url-safe) uuid string
example: AAAAAAAAAAAAAAAAAAAAAA
userUuid:
type:
- string
- 'null'
format: RUUID
description: base 64 (url-safe) uuid string
example: AAAAAAAAAAAAAAAAAAAAAA
ShellyDeviceTypeEnum:
type: string
enum:
- RELAY
- LIGHT
- ROLLER
- INPUT
ZapierEnum:
type: string
description: Zapier integration type
enum:
- BUTTON_EVENTS
- DOOR_SENSOR_EVENTS
- ENVIRONMENTAL_SENSOR_EVENTS
- RULE_EVENTS
Integration_SubscribeZapierWebhookWSRequest:
type: object
description: Request object for subscribing to Zapier webhook events.
properties:
backoffSec:
type:
- integer
- 'null'
format: int32
description: Backoff time in seconds
example: 30
doorState:
$ref: '#/components/schemas/DoorStatusEnum'
hookUrl:
type:
- string
- 'null'
description: Zapier webhook URL
example: https://hooks.zapier.com/hooks/catch/123456/abc123/
humidityLowerThreshold:
type:
- number
- 'null'
format: float
description: Lower humidity threshold for environmental sensors
example: 30.0
humidityUpperThreshold:
type:
- number
- 'null'
format: float
description: Upper humidity threshold for environmental sensors
example: 80.0
tempLowerThreshold:
type:
- number
- 'null'
format: float
description: Lower temperature threshold for environmental sensors
example: 65.0
tempUpperThreshold:
type:
- number
- 'null'
format: float
description: Upper temperature threshold for environmental sensors
example: 85.5
uuids:
type:
- array
- 'null'
description: Set of device UUIDs to monitor
items:
type:
- string
- 'null'
format: RUUID
description: base 64 (url-safe) uuid string
example: AAAAAAAAAAAAAAAAAAAAAA
uniqueItems: true
zapEnum:
$ref: '#/components/schemas/ZapierEnum'
WebhookInfo:
type: object
properties:
webhookDisabled:
type:
- boolean
- 'null'
webhookSecret:
type:
- string
- 'null'
MicrosoftTeamsUserSettings:
type:
- object
- 'null'
properties:
botInstallationId:
type:
- string
- 'null'
chatId:
type:
- string
- 'null'
refreshToken:
type:
- string
- 'null'
sendUserNotifications:
type:
- boolean
- 'null'
teamIds:
type:
- array
- 'null'
items:
type:
- string
- 'null'
userId:
type:
- string
- 'null'
IBaseIntegrationType:
type: object
discriminator:
propertyName: integration
oneOf:
- $ref: '#/components/schemas/AperioType'
- $ref: '#/components/schemas/AvigilonAltaType'
- $ref: '#/components/schemas/BoulevardType'
- $ref: '#/components/schemas/BrivoType'
- $ref: '#/components/schemas/ButterflyMXType'
- $ref: '#/components/schemas/DeviceIntegrationType'
- $ref: '#/components/schemas/DiceType'
- $ref: '#/components/schemas/EnvoyType'
- $ref: '#/components/schemas/FlicType'
- $ref: '#/components/schemas/GeneaType'
- $ref: '#/components/schemas/GoogleType'
- $ref: '#/components/schemas/GuestManagementType'
- $ref: '#/components/schemas/HoneywellElementsType'
- $ref: '#/components/schemas/InformacastType'
- $ref: '#/components/schemas/InnerRangeType'
- $ref: '#/components/schemas/KisiType'
- $ref: '#/components/schemas/LumeoType'
- $ref: '#/components/schemas/MicrosoftTeamsType'
- $ref: '#/components/schemas/NineOneOneCellularType'
- $ref: '#/components/schemas/OmnialertType'
- $ref: '#/components/schemas/OpenAIType'
- $ref: '#/components/schemas/OpentechAllianceType'
- $ref: '#/components/schemas/PimlocType'
- $ref: '#/components/schemas/PlaceOsType'
- $ref: '#/components/schemas/ProDataKeyType'
- $ref: '#/components/schemas/RaptorType'
- $ref: '#/components/schemas/ShellyType'
- $ref: '#/components/schemas/ToastType'
- $ref: '#/components/schemas/WebhooksType'
- $ref: '#/components/schemas/ZapierType'
- $ref: '#/components/schemas/ParPOSType'
- $ref: '#/components/schemas/HoneywellOnGuardType'
- $ref: '#/components/schemas/HoneywellNetBoxType'
- $ref: '#/components/schemas/SignatureApiType'
properties:
enabled:
type:
- boolean
- 'null'
integration:
$ref: '#/components/schemas/IntegrationEnum'
integrationAuditMap:
type:
- object
- 'null'
additionalProperties:
$ref: '#/components/schemas/IntegrationAuditEvent'
orgUuid:
type:
- string
- 'null'
format: RUUID
description: base 64 (url-safe) uuid string
example: AAAAAAAAAAAAAAAAAAAAAA
userUuid:
type:
- string
- 'null'
format: RUUID
description: base 64 (url-safe) uuid string
example: AAAAAAAAAAAAAAAAAAAAAA
LumeoType:
type:
- object
- 'null'
allOf: []
properties:
enabled:
type:
- boolean
- 'null'
integration:
$ref: '#/components/schemas/IntegrationEnum'
integrationAuditMap:
type:
- object
- 'null'
additionalProperties:
$ref: '#/components/schemas/IntegrationAuditEvent'
orgUuid:
type:
- string
- 'null'
format: RUUID
description: base 64 (url-safe
# --- truncated at 32 KB (97 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/rhombus-systems/refs/heads/main/openapi/rhombus-systems-webhook-integrations-webservice-api-openapi.yml