v1
latestSwagger 2.0MIT2026-08-06120162320.1 KBapplication
Get list of the apps for a user
List all the available apps for the given user. It needs the user slug that you can get from the GET /me endpoint.
get/users/{user-slug}/apps
Path parameters
user-slugstring required
User slug
Query parameters
sort_by'last_build_at' | 'created_at'
Order of applications
nextstring
Slug of the first app in the response
limitinteger
Max number of elements per page (default: 50)
titlestring
The title of the app
project_typestring
The project type of the app (eg. 'ios', 'android')
Response
OK