Skip to main content
Store and version your App Store metadata — title, subtitle, description, and keywords — directly through the API. Versions appear in the Versions tab of the appeeky.com dashboard.
All Metadata Version endpoints cost 0 credits and require the apps:read scope for reads and apps:write for writes.

List Versions

Returns all saved metadata versions for an app, ordered newest first. Path Parameters:
Response (200 OK):

Create a Version

Save a new set of metadata as a named version. Path Parameters: Request Body:
Response (201 Created): Returns the created version row.

Update a Version

Update any metadata field on an existing version. Only include the fields you want to change. Path Parameters: Request Body: Same optional fields as Create (all optional).
Response (200 OK): Returns the updated version row.

Mark a Version as Released

Mark a metadata version as the currently released version. Sets is_released = true and records a released_at timestamp. Path Parameters:
Response (200 OK): Returns the updated version row with is_released: true.

Errors