🚧 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/accesscontrol/createAccessGrant \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"accessGrant": {
"accessControlledDoorUuids": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"accessControlledElevatorLandingUuids": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"createdAtMillis": 123,
"doorLabelIds": [
"<string>"
],
"groupUuids": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"name": "<string>",
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"scheduleUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"storedInS3": true,
"updatedAtMillis": 123,
"userUuids": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
}
'{
"accessGrant": {
"accessControlledDoorUuids": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"accessControlledElevatorLandingUuids": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"createdAtMillis": 123,
"doorLabelIds": [
"<string>"
],
"groupUuids": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"name": "<string>",
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"scheduleUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"sortKey": "<string>",
"storedInS3": true,
"updatedAtMillis": 123,
"userUuids": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
}Create a location access grant
curl --request POST \
--url https://api2.rhombussystems.com/api/accesscontrol/createAccessGrant \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"accessGrant": {
"accessControlledDoorUuids": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"accessControlledElevatorLandingUuids": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"createdAtMillis": 123,
"doorLabelIds": [
"<string>"
],
"groupUuids": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"name": "<string>",
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"scheduleUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"storedInS3": true,
"updatedAtMillis": 123,
"userUuids": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
}
'{
"accessGrant": {
"accessControlledDoorUuids": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"accessControlledElevatorLandingUuids": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"createdAtMillis": 123,
"doorLabelIds": [
"<string>"
],
"groupUuids": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"name": "<string>",
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"scheduleUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"sortKey": "<string>",
"storedInS3": true,
"updatedAtMillis": 123,
"userUuids": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request to create a location access grant.
The access grant to update
Show child attributes
OK
Response containing the created location access grant.
The access grant to update
Show child attributes
Was this page helpful?