Manage the apps you track in your appeeky.com account. These are the same apps visible under My Apps in the web dashboard.
All My Apps endpoints cost 0 credits and require the apps:read scope for reads and apps:write for writes.
List My Apps
Returns all apps in your tracked list, ordered by most recently added.
Response (200 OK):
Add an App
Add an app to your tracked list by its numeric App Store ID.
Request Body:
Response (201 Created): Returns the created app row.
Update an App
Update metadata for an app in your list. Only provide the fields you want to change.
Path Parameters:
Request Body: Same optional fields as Add (all optional).
Response (200 OK): Returns the updated app row.
Remove an App
Remove an app from your tracked list.
Path Parameters:
Response (200 OK):
Errors