Application

Get organization applications

get

Retrieves organization applications

Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Responses
200Success
application/json
get
/api/config/organization/application
200Success

Create organization application

post

Creates a new organization application

Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Body
namestringRequired

Name of the mobile app

typestring · enumRequired

Type of the mobile app

Possible values:
audiencestring · enumRequired

Audience of the mobile app

Possible values:
attributesobjectOptional

Additional attributes of the mobile app

enabledbooleanOptional

Whether the mobile app is enabled

Responses
200Success
application/json
post
/api/config/organization/application
200Success

Get a mobile app by id

get
Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Path parameters
idstringRequiredPattern: [^\/#\?]+?
Responses
200Success
application/json
get
/api/config/organization/application/{id}
200Success

Update a mobile app by id

put
Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Path parameters
idstringRequiredPattern: [^\/#\?]+?
Body
namestringRequired

Name of the mobile app

typestring · enumRequired

Type of the mobile app

Possible values:
audiencestring · enumRequired

Audience of the mobile app

Possible values:
attributesobjectOptional

Additional attributes of the mobile app

enabledbooleanOptional

Whether the mobile app is enabled

Responses
200Success
application/json
put
/api/config/organization/application/{id}
200Success

Delete a mobile app by id

delete
Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Path parameters
idstringRequiredPattern: [^\/#\?]+?
Responses
200Success
application/json
delete
/api/config/organization/application/{id}
200Success