apps
Get App
Get a specific app by ID or the latest app belonging to the authenticated user's organization.
- Use /{id} to get a specific app by ID
- Use /latest to get the organization's latest uploaded app Excludes soft-deleted files (where deleted_at is not null). Returns the same data structure as /v1/apps/list but for a single app.
get/v1/apps/{id}
Path parameters
idstring required
Headers
x-api-keystring
Response
Successful Response
object required
Changes
No recorded changes to this endpoint across all 1 revision of this API.