Download OpenAPI specification:Download
The support service implements a way for our support agents to transparently work with the customer in their organization
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 |
Used by organizations admins to give our support access to their organization
organizationID required | int64 |
access was allowed
organization id is missing or in a wrong format
unexpected database error
Used by organizations admins to remove our support's access to their organization
organizationID required | int64 |
access was removed
organization id is missing or in a wrong format
unexpected database error