🚧 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/relay/getThirdPartyCameraPasswords \ --header 'Content-Type: application/json' \ --header 'x-auth-apikey: <api-key>' \ --header 'x-auth-scheme: <x-auth-scheme>' \ --data '{}'
{ "error": true, "errorMsg": "<string>", "passwords": [ { "notes": "<string>", "orgUuid": "AAAAAAAAAAAAAAAAAAAAAA", "password": "<string>", "username": "<string>", "uuid": "AAAAAAAAAAAAAAAAAAAAAA" } ], "warningMsg": "<string>" }
Get a list of the third party camera passwords
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
Request object for getting third-party camera passwords.
OK
Response object containing third-party camera passwords.
List of third-party camera passwords
Show child attributes
Was this page helpful?