API 1.0 (Archive)
App Groups
Legacy API 1.0 endpoints for app group details and user app groups.
This page documents legacy API 1.0 endpoints. New integrations should use API 2.0 App Groups.
View App Group Details
POST
http://api.pgyer.com/apiv1/app/viewGroupRequest Parameters
| Parameter | Type | Description |
|---|---|---|
| aId | String | App Id. |
| _api_key | String | API Key. |
List User App Groups
POST
http://api.pgyer.com/apiv1/userAppGroup/listAllRequest Parameters
| Parameter | Type | Description |
|---|---|---|
| uKey | String | User Key. |
| _api_key | String | API Key. |
View User App Group
POST
http://api.pgyer.com/apiv1/userAppGroup/viewRequest Parameters
| Parameter | Type | Description |
|---|---|---|
| userAppGroupKey | String | User App Group Key. |
| _api_key | String | API Key. |