Rhombus Systems Access Control Webservice API
The Access Control Webservice API from Rhombus Systems — 65 operation(s) for access control webservice.
The Access Control Webservice API from Rhombus Systems — 65 operation(s) for access control 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-access-control-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 Access Control Webservice API
version: '1.0'
servers:
- description: Production Server
url: https://api2.rhombussystems.com
security:
- ApiKeyAuth: []
tags:
- name: Access Control Webservice
paths:
/api/accesscontrol/addUsersToAccessControlGroup:
post:
description: Adds specified users to an access control group
operationId: addUsersToAccessControlGroup
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/Group_AddUsersToOrgGroupWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Group_AddUsersToOrgGroupWSResponse'
description: OK
summary: Add users to access control group
tags:
- Access Control Webservice
/api/accesscontrol/assignAccessControlCredential:
post:
description: Assign a currently unassigned credential to a user
operationId: assignAccessControlCredential
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/Accesscontrol_credentials_AssignAccessControlCredentialWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Accesscontrol_credentials_AssignAccessControlCredentialWSResponse'
description: OK
summary: Assign access control credential
tags:
- Access Control Webservice
/api/accesscontrol/create35BitCorp1000StdCredential:
post:
description: Create a HID Corp1000 Standard 35 bit credential
operationId: create35BitCorp1000StdCredential
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/Accesscontrol_Create35BitCorp1000StdCredentialWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Accesscontrol_Create35BitCorp1000StdCredentialWSResponse'
description: OK
summary: Create an HID Corp1000 Standard 35 bit credential
tags:
- Access Control Webservice
/api/accesscontrol/create48BitCorp1000StdCredential:
post:
description: Create a HID Corporate 1000 Standard 48 bit credential
operationId: create48BitCorp1000StdCredential
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/Accesscontrol_Create48BitCorp1000StdCredentialWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Accesscontrol_Create48BitCorp1000StdWSResponse'
description: OK
summary: Create an HID Corp1000 Standard 48 bit credential
tags:
- Access Control Webservice
/api/accesscontrol/createAccessControlCredentialByHexValueAndType:
post:
description: Create a credential based on a hex value and credential type. Useful if you see an unauthorized badge event, know its type and want to import it
operationId: createAccessControlCredentialByHexValueAndType
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/Accesscontrol_credentials_CreateAccessControlCredentialByHexValueAndTypeWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Accesscontrol_credentials_CreateAccessControlCredentialByHexValueAndTypeWSResponse'
description: OK
summary: Create access control credential by hex value and type
tags:
- Access Control Webservice
/api/accesscontrol/createAccessControlGroup:
post:
description: Creates an access control group
operationId: createAccessControlGroup
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/Group_CreateOrgGroupWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Group_CreateOrgGroupWSResponse'
description: OK
summary: Create access control group
tags:
- Access Control Webservice
/api/accesscontrol/createAccessGrant:
post:
description: Create a location access grant
operationId: createAccessGrant
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/Accesscontrol_accessgrant_CreateAccessGrantWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Accesscontrol_accessgrant_CreateAccessGrantWSResponse'
description: OK
summary: Create access grant
tags:
- Access Control Webservice
/api/accesscontrol/createAccessRevocation:
post:
description: Create a location access revocation
operationId: createAccessRevocation
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/Accesscontrol_accessrevocation_CreateAccessRevocationWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Accesscontrol_accessrevocation_CreateAccessRevocationWSResponse'
description: OK
summary: Create access revocation
tags:
- Access Control Webservice
/api/accesscontrol/createRhombusSecureCsnCredential:
post:
description: Create a rhombus secure csn credential (Rhombus Badge)
operationId: createRhombusSecureCsnCredential
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/Accesscontrol_credentials_CreateRhombusSecureCsnCredentialWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Accesscontrol_credentials_CreateRhombusSecureCsnCredentialWSResponse'
description: OK
summary: Create Rhombus Secure CSN credential
tags:
- Access Control Webservice
/api/accesscontrol/createStandardCsnCredential:
post:
description: Create a standard csn credential (Third Party Badge)
operationId: createStandardCsnCredential
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/Accesscontrol_credentials_CreateStandardCsnCredentialWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Accesscontrol_credentials_CreateStandardCsnCredentialWSResponse'
description: OK
summary: Create standard CSN credential
tags:
- Access Control Webservice
/api/accesscontrol/createWiegand64BitRawCredential:
post:
description: Create a 64bit raw wiegand credential. Used when an explicit endpoint for the wiegand format is not otherwise defined.
operationId: createWiegand64BitRawCredential
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/Accesscontrol_credentials_CreateWiegand64BitRawCredentialWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Accesscontrol_credentials_CreateWiegand64BitRawCredentialWSResponse'
description: OK
summary: Create 64-bit raw Wiegand credential
tags:
- Access Control Webservice
/api/accesscontrol/createWiegandCredential:
post:
deprecated: true
description: Create a wiegand credential
operationId: createWiegandCredential
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/Accesscontrol_credentials_CreateWiegandCredentialWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Accesscontrol_credentials_CreateWiegandCredentialWSResponse'
description: OK
summary: Create Wiegand credential
tags:
- Access Control Webservice
/api/accesscontrol/createWiegandD10202Credential:
post:
description: Create a D10202 wiegand credential
operationId: createWiegandD10202Credential
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/Accesscontrol_credentials_CreateWiegandD10202CredentialWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Accesscontrol_credentials_CreateWiegandD10202CredentialWSResponse'
description: OK
summary: Create D10202 Wiegand credential
tags:
- Access Control Webservice
/api/accesscontrol/createWiegandH10301Credential:
post:
description: Create a H10301 wiegand credential
operationId: createWiegandH10301Credential
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/Accesscontrol_credentials_CreateWiegandH10301CredentialWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Accesscontrol_credentials_CreateWiegandH10301CredentialWSResponse'
description: OK
summary: Create H10301 Wiegand credential
tags:
- Access Control Webservice
/api/accesscontrol/createWiegandH10302Credential:
post:
description: Create a H10302 wiegand credential
operationId: createWiegandH10302Credential
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/Accesscontrol_credentials_CreateWiegandH10302CredentialWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Accesscontrol_credentials_CreateWiegandH10302CredentialWSResponse'
description: OK
summary: Create H10302 Wiegand credential
tags:
- Access Control Webservice
/api/accesscontrol/createWiegandH10304Credential:
post:
description: Create a H10304 wiegand credential
operationId: createWiegandH10304Credential
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/Accesscontrol_credentials_CreateWiegandH10304CredentialWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Accesscontrol_credentials_CreateWiegandH10304CredentialWSResponse'
description: OK
summary: Create H10304 Wiegand credential
tags:
- Access Control Webservice
/api/accesscontrol/deleteAccessControlCredential:
post:
description: Delete an access control credential. It is recommended to revoke a credential rather than delete it to preserve credential history
operationId: deleteAccessControlCredential
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/Accesscontrol_credentials_DeleteAccessControlCredentialWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Accesscontrol_credentials_DeleteAccessControlCredentialWSResponse'
description: OK
summary: Delete access control credential
tags:
- Access Control Webservice
/api/accesscontrol/deleteAccessControlGroup:
post:
description: Delete an access control group
operationId: deleteAccessControlGroup
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/Group_DeleteOrgGroupWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Group_DeleteOrgGroupWSResponse'
description: OK
summary: Delete access control group
tags:
- Access Control Webservice
/api/accesscontrol/deleteLocationAccessGrant:
post:
description: Deletes a location access grant
operationId: deleteLocationAccessGrant
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/Accesscontrol_accessgrant_DeleteLocationAccessGrantWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Accesscontrol_accessgrant_DeleteLocationAccessGrantWSResponse'
description: OK
summary: Delete location access grant
tags:
- Access Control Webservice
/api/accesscontrol/deleteLocationAccessRevocation:
post:
description: Deletes a location access revocation
operationId: deleteLocationAccessRevocation
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/Accesscontrol_accessrevocation_DeleteLocationAccessRevocationWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Accesscontrol_accessrevocation_DeleteLocationAccessRevocationWSResponse'
description: OK
summary: Delete location access revocation
tags:
- Access Control Webservice
/api/accesscontrol/deleteUnassignedAccessControlCredential:
post:
description: Delete an unassigned access control credential. The credential must be unassigned (revoked) before this method can be called. History of the credential is maintained but it will no longer be returned as an unassigned credential.
operationId: deleteUnassignedAccessControlCredential
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/Accesscontrol_credentials_DeleteUnassignedAccessControlCredentialWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Accesscontrol_credentials_DeleteUnassignedAccessControlCredentialWSResponse'
description: OK
summary: Delete unassigned access control credential
tags:
- Access Control Webservice
/api/accesscontrol/findAccessControlCredentialByGuestPass:
post:
description: Find all access control credentials assigned to the specified guest pass
operationId: findAccessControlCredentialByGuestPass
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/Accesscontrol_credentials_FindAccessControlCredentialByGuestPassWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Accesscontrol_credentials_FindAccessControlCredentialByGuestPassWSResponse'
description: OK
summary: Find access control credentials by guest pass
tags:
- Access Control Webservice
/api/accesscontrol/findAccessControlCredentialByOrg:
post:
description: Find all access control credentials in the org
operationId: findAccessControlCredentialByOrg
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/Accesscontrol_credentials_FindAccessControlCredentialByOrgWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Accesscontrol_credentials_FindAccessControlCredentialByOrgWSResponse'
description: OK
summary: Find access control credentials by org
tags:
- Access Control Webservice
/api/accesscontrol/findAccessControlCredentialByUser:
post:
description: Find all access control credentials for the specified user
operationId: findAccessControlCredentialByUser
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/Accesscontrol_credentials_FindAccessControlCredentialByUserWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Accesscontrol_credentials_FindAccessControlCredentialByUserWSResponse'
description: OK
summary: Find access control credentials by user
tags:
- Access Control Webservice
/api/accesscontrol/findAccessControlCredentialByUsers:
post:
description: Find all access control credentials for the specified users
operationId: findAccessControlCredentialByUsers
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/Accesscontrol_credentials_FindAccessControlCredentialByUsersWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Accesscontrol_credentials_FindAccessControlCredentialByUsersWSResponse'
description: OK
summary: Find access control credentials by users
tags:
- Access Control Webservice
/api/accesscontrol/findAccessControlGroupByExactName:
post:
description: Retrieve the access control group with the specified name
operationId: findAccessControlGroupByExactName
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/Group_FindOrgGroupsByExactNameWSRequest'
res
# --- truncated at 32 KB (192 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/rhombus-systems/refs/heads/main/openapi/rhombus-systems-access-control-webservice-api-openapi.yml