Pgyer Docs
API 1.0 (Archive)

App Information

Legacy API 1.0 endpoints for viewing and updating app information.

This page documents legacy API 1.0 endpoints. New integrations should use API 2.0 App Information.

View App Details

POSThttp://api.pgyer.com/apiv1/app/view

Request Parameters

ParameterTypeDescription
aKeyStringApp Key.
uKeyStringOptional. User Key.
_api_keyStringAPI Key.

Update App Details

POSThttp://api.pgyer.com/apiv1/app/update

Request Parameters

ParameterTypeDescription
aKeyStringApp Key.
uKeyStringUser Key.
_api_keyStringAPI Key.
appNameStringOptional. App name.
appShortcutUrlStringOptional. App shortcut URL.
appUpdateDescriptionStringOptional. Update description. Empty value clears the field.
appDescriptionStringOptional. App description. Empty value clears the field.
appPasswordStringOptional. App password. Empty value clears the field.
appVersionStringOptional. App version.
appScreenshotsStringOptional. Screenshot keys. Empty value clears the field.

Get App Info by Shortcut

POSThttp://api.pgyer.com/apiv1/app/getAppKeyByShortcut

Request Parameters

ParameterTypeDescription
shortcutStringApp shortcut, for example PgY8 from pgyer.com/PgY8.
_api_keyStringAPI Key.

List My Published Apps

POSThttp://api.pgyer.com/apiv1/user/listMyPublished

Request Parameters

ParameterTypeDescription
uKeyStringUser Key.
pageIntegerOptional page number.
_api_keyStringAPI Key.

On this page