Skip to main content
The App resource represents a Choicely app and its configuration — store settings, build and splash options, auth methods, toolbar, and more.

Sample payload

Endpoints

Create App

POST /apps Create a new app. Use the sample payload as a guide for the request body.

Get all Apps

GET /apps Retrieve all apps.

Get a single App

GET /apps/<app_key> Retrieve a single app by its key.
app_key
string
required
Unique key of the app.

Update App

PATCH /apps/<app_key> Update an existing app. Include only the fields you want to change.
app_key
string
required
Unique key of the app.

Delete App

DELETE /apps/<app_key> Delete an app.
app_key
string
required
Unique key of the app.