List apps
Apps
Retrieves information about all apps int he account, with associated metadata.
Recommended approach for retrieving all apps.
Use an API token for authentication via X-API-KEY header
If results are truncated due to too many apps, response will include hasMore:true and a nextKey to retrieve the next page.
Pass the nextKey value as query parameter into the GET request to retrieve the next batch of apps.
xyzOK
OK
Retrieves information about all apps in the account, with associated metadata.
NOTE: No pagination is performed so this query might be slow. It is recommended to use the paginated version of this query if possible.
Use an API token for authentication via X-API-KEY header
OK
OK
Retrieves information about a single app.
Use an API token for authentication via X-API-KEY header
The publicKey for the app.
p7nww3n6ubq73r1nh9jtauqy8wOK
OK
App Groups
Retrieves information about an app group and all the apps associated with it.
Use an API token for authentication via X-API-KEY header
The publicKey for the app group (starts with ag_).
ag_{publicKey}OK
OK
Last updated