Download OpenAPI specification:Download
The shop service implements all shop functions for GroupAlarm
To use this API, you need an API-Token from the RBAC settings of your GroupAlarm organization. Place the token inside the HTTP-Header API-Token
for every request, otherwise the API will return an "401 Unauthorized" error for your request.
Security Scheme Type | API Key |
---|---|
Header parameter name: | API-TOKEN |
To use this API, you need a Personal Access Token from your profile settings. Place the token inside the HTTP-Header Personal-Access-Token
for every request, otherwise the API will return an "401 Unauthorized" error for your request.
Security Scheme Type | API Key |
---|---|
Header parameter name: | Personal-Access-Token |
[- {
- "category": "string",
- "categoryDisplayName": "string",
- "color": "string",
- "defaultPrice": 0,
- "description": "string",
- "directTerminationAvailable": true,
- "displayName": "string",
- "icon": "string",
- "markedForDeactivation": true,
- "name": "string"
}
]
Returns all enabled features
organization_id required | integer requested organization |
[- {
- "category": "string",
- "categoryDisplayName": "string",
- "color": "string",
- "defaultPrice": 0,
- "description": "string",
- "directTerminationAvailable": true,
- "displayName": "string",
- "icon": "string",
- "markedForDeactivation": true,
- "name": "string"
}
]