For the complete documentation index, see llms.txt. This page is also available as Markdown.

App Groups

List App Groups

get

List all app groups in the account, with associated metadata.

Authorizations
Query parameters
pageintegerOptional

The page number of results

Example: 1
limitintegerOptional

The number of results to return per page

Example: 10
searchstringOptional

The search term to filter by

Example: My App
platformstring · enumOptional

The platform to filter by

Example: iosPossible values:
createdstring · date-timeOptional

The created date to filter by

Example: 2020-01-01T00:00:00.000Z
updatedstring · date-timeOptional

The updated date to filter by,

Example: 2020-01-01T00:00:00.000Z
Responses
200

OK

application/json
totalinteger · int32OptionalExample: 25
nextPagenumber · int32 · nullableOptionalExample: 2
get/v2/app-groups

Create App Group

post

Create a new app group.

Authorizations
Body
namestringOptional

The name of the App Group.

Example: My App Group
platformstring · enumRequiredExample: iosPossible values:
Responses
201

App Group created

application/json
idstringRequired

The unique identifier for the App Group.

Example: ag_utueteiSee9u
namestringOptional

The name of the App Group.

Example: My App Group
platformstring · enumRequiredExample: iosPossible values:
createdstring · date-timeRequired

The date the app-group was created.

Example: 2020-01-01T00:00:00.000Z
updatedstring · date-timeOptional

The date the app-group was last updated.

Example: 2020-01-01T00:00:00.000Z
createdBystringRequired

The user who created the app group.

Example: user@appetize.io
updatedBystringOptional

The user who last updated the app.

Example: user@appetize.io
lastPlayedstring · date-timeOptional

The time the app group was last played.

Example: 2020-01-01T00:00:00.000Z
post/v2/app-groups

Get App Group

get

Get an app group by its unique identifier.

Authorizations
Path parameters
appGroupIdstringRequired

The unique identifier for the app group.

Example: ag_nbf3wn4d
Responses
200

OK

application/json
idstringRequired

The unique identifier for the App Group.

Example: ag_utueteiSee9u
namestringOptional

The name of the App Group.

Example: My App Group
platformstring · enumRequiredExample: iosPossible values:
createdstring · date-timeRequired

The date the app-group was created.

Example: 2020-01-01T00:00:00.000Z
updatedstring · date-timeOptional

The date the app-group was last updated.

Example: 2020-01-01T00:00:00.000Z
createdBystringRequired

The user who created the app group.

Example: user@appetize.io
updatedBystringOptional

The user who last updated the app.

Example: user@appetize.io
lastPlayedstring · date-timeOptional

The time the app group was last played.

Example: 2020-01-01T00:00:00.000Z
get/v2/app-groups/{appGroupId}

Delete App Group

delete

Delete an app group by its unique identifier.

Authorizations
Path parameters
appGroupIdstringRequired

The unique identifier for the app group.

Example: ag_nbf3wn4d
Responses
204

App Group deleted

No content

delete/v2/app-groups/{appGroupId}

No content

Update App Group

patch

Update an app group by its unique identifier.

Authorizations
Path parameters
appGroupIdstringRequired

The unique identifier for the app group.

Example: ag_nbf3wn4d
Body
namestringOptional

The name of the App Group.

Example: My App Group
platformstring · enumRequiredExample: iosPossible values:
Responses
200

OK

application/json
idstringRequired

The unique identifier for the App Group.

Example: ag_utueteiSee9u
namestringOptional

The name of the App Group.

Example: My App Group
platformstring · enumRequiredExample: iosPossible values:
createdstring · date-timeRequired

The date the app-group was created.

Example: 2020-01-01T00:00:00.000Z
updatedstring · date-timeOptional

The date the app-group was last updated.

Example: 2020-01-01T00:00:00.000Z
createdBystringRequired

The user who created the app group.

Example: user@appetize.io
updatedBystringOptional

The user who last updated the app.

Example: user@appetize.io
lastPlayedstring · date-timeOptional

The time the app group was last played.

Example: 2020-01-01T00:00:00.000Z
patch/v2/app-groups/{appGroupId}

Last updated