Shop API specification (887cf3d4f37487346e33ee5d2c4aee5e8f74aa6e)

Download OpenAPI specification:Download

The shop service implements all shop functions for GroupAlarm

Authentication

API_Token

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

Personal-Access-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

featureRegistry

ListAllFeatures

Returns all available features

Responses

Response samples

Content type
application/json
[
  • {
    }
]

features

ListEnabled

Returns all enabled features

query Parameters
organization_id
required
integer

requested organization

Responses

Response samples

Content type
application/json
[
  • {
    }
]

EnableFeature

Enables a feature for the given organization

query Parameters
organization_id
required
integer

requested organization

feature_name
required
string

requested feature

Responses

DisableFeature

Disables a feature for the given organization

query Parameters
organization_id
required
integer

requested organization

feature_name
required
string

requested feature

Responses