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
POST
http://api.pgyer.com/apiv1/app/viewRequest Parameters
| Parameter | Type | Description |
|---|---|---|
| aKey | String | App Key. |
| uKey | String | Optional. User Key. |
| _api_key | String | API Key. |
Update App Details
POST
http://api.pgyer.com/apiv1/app/updateRequest Parameters
| Parameter | Type | Description |
|---|---|---|
| aKey | String | App Key. |
| uKey | String | User Key. |
| _api_key | String | API Key. |
| appName | String | Optional. App name. |
| appShortcutUrl | String | Optional. App shortcut URL. |
| appUpdateDescription | String | Optional. Update description. Empty value clears the field. |
| appDescription | String | Optional. App description. Empty value clears the field. |
| appPassword | String | Optional. App password. Empty value clears the field. |
| appVersion | String | Optional. App version. |
| appScreenshots | String | Optional. Screenshot keys. Empty value clears the field. |
Get App Info by Shortcut
POST
http://api.pgyer.com/apiv1/app/getAppKeyByShortcutRequest Parameters
| Parameter | Type | Description |
|---|---|---|
| shortcut | String | App shortcut, for example PgY8 from pgyer.com/PgY8. |
| _api_key | String | API Key. |
List My Published Apps
POST
http://api.pgyer.com/apiv1/user/listMyPublishedRequest Parameters
| Parameter | Type | Description |
|---|---|---|
| uKey | String | User Key. |
| page | Integer | Optional page number. |
| _api_key | String | API Key. |