🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
curl --request POST \
--url https://api2.rhombussystems.com/api/component/createOsdpDoorReader \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"allowUnencrypted": true,
"disableCardReader": true,
"disableKeypad": true,
"name": "<string>",
"otherReaderUnlockAudioFeedbackEnabled": true,
"ownerDeviceUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"port": {
"boardNum": 123,
"portNum": 123,
"portType": "RS485"
},
"remoteUnlockAudioFeedbackEnabled": true
}
'{
"component": {
"allowUnencrypted": true,
"baseType": "reader",
"createdAtMillis": 123,
"disableCardReader": true,
"disableKeypad": true,
"disableWaveToUnlock": true,
"name": "<string>",
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"osdpAddress": 123,
"otherReaderUnlockAudioFeedbackEnabled": true,
"ownerDeviceUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"ownerHardwareType": "RASPBERRY_PI_3",
"port": {
"boardNum": 123,
"portNum": 123,
"portType": "RS485"
},
"portImmutable": true,
"readerType": "wiegand",
"remoteUnlockAudioFeedbackEnabled": true,
"type": "RhombusOsdpDoorReader",
"updatedAtMillis": 123,
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
}Create a third party OSDP Reader component
curl --request POST \
--url https://api2.rhombussystems.com/api/component/createOsdpDoorReader \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"allowUnencrypted": true,
"disableCardReader": true,
"disableKeypad": true,
"name": "<string>",
"otherReaderUnlockAudioFeedbackEnabled": true,
"ownerDeviceUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"port": {
"boardNum": 123,
"portNum": 123,
"portType": "RS485"
},
"remoteUnlockAudioFeedbackEnabled": true
}
'{
"component": {
"allowUnencrypted": true,
"baseType": "reader",
"createdAtMillis": 123,
"disableCardReader": true,
"disableKeypad": true,
"disableWaveToUnlock": true,
"name": "<string>",
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"osdpAddress": 123,
"otherReaderUnlockAudioFeedbackEnabled": true,
"ownerDeviceUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"ownerHardwareType": "RASPBERRY_PI_3",
"port": {
"boardNum": 123,
"portNum": 123,
"portType": "RS485"
},
"portImmutable": true,
"readerType": "wiegand",
"remoteUnlockAudioFeedbackEnabled": true,
"type": "RhombusOsdpDoorReader",
"updatedAtMillis": 123,
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Show child attributes
OK
Show child attributes
Was this page helpful?