🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
English
cURL
curl --request POST \ --url https://api2.rhombussystems.com/api/alertmonitoring/createPinForLocation \ --header 'Content-Type: application/json' \ --header 'x-auth-apikey: <api-key>' \ --header 'x-auth-scheme: <x-auth-scheme>' \ --data ' { "description": "PIN for main entrance access", "locationUuid": "AAAAAAAAAAAAAAAAAAAAAA", "name": "Main Entrance PIN" } '
{ "error": true, "errorMsg": "<string>", "pin": "1234", "warningMsg": "<string>" }
Create a PIN for alert monitoring at a specific location.
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
Request to create a PIN for alert monitoring at a specific location.
Description of the PIN
"PIN for main entrance access"
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Name for the PIN
"Main Entrance PIN"
OK
Response containing the generated PIN for alert monitoring.
The generated PIN code
"1234"
Was this page helpful?