curl --request POST \
--url https://api2.rhombussystems.com/api/integrations/org/getApiTokens \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"optionalFilter": [
"PARTNER_DEVELOPER"
]
}
'{
"apiTokens": [
{
"allowedRequetsPerSecond": 123,
"authType": "API_TOKEN",
"authenticationTokenHash": "<string>",
"cert": "<string>",
"certFingerprint": "<string>",
"clientDetails": {},
"clientType": "PARTNER_DEVELOPER",
"csr": "<string>",
"displayName": "<string>",
"hashed": true,
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"permissionGroupUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"tokenUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"error": true,
"errorMsg": "<string>",
"warningMsg": "<string>"
}Get list of all api tokens for organization
curl --request POST \
--url https://api2.rhombussystems.com/api/integrations/org/getApiTokens \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"optionalFilter": [
"PARTNER_DEVELOPER"
]
}
'{
"apiTokens": [
{
"allowedRequetsPerSecond": 123,
"authType": "API_TOKEN",
"authenticationTokenHash": "<string>",
"cert": "<string>",
"certFingerprint": "<string>",
"clientDetails": {},
"clientType": "PARTNER_DEVELOPER",
"csr": "<string>",
"displayName": "<string>",
"hashed": true,
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"permissionGroupUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"tokenUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"error": true,
"errorMsg": "<string>",
"warningMsg": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://api-docs.rhombus.community/llms.txt
Use this file to discover all available pages before exploring further.
Your Rhombus API key. Must be accompanied by the x-auth-scheme header set to api-token (or partner-api-token for partner endpoints).
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.
api-token, api, partner-api-token, partner-api Request object for retrieving API tokens.
Optional filter for API client types
Optional filter for API client types
PARTNER_DEVELOPER, DEVELOPER, INTERNAL_SALESFORCE, TVOS, KIOSK, KEYPAD, SQUARE, KISI, OPENPATH, TOAST, BOULEVARD, BRIVO, EXECUTABLE, HALO, SALTO, BUTTERFLYMX, GENEA, PRODATAKEY, ENVOY, AMT, PIMLOC, PLACEOS, OMNIALERT, FLIC, SHELLY_DEVICE_EVENT, NINEONEONECELLULAR, HONEYWELL_ELEMENTS, HONEYWELL_ONGUARD, CHATBOT, UNKNOWN Was this page helpful?