GET
https://api.engagor.com/{account_id}/settings/profilegroups
Returns the list of social profile groups for a certain account.
Param | Description | Required | Default Value |
---|---|---|---|
page_token |
Paging parameter. | No | |
limit |
Amount of profile groups to return. (Allowed: 0 to 200.) | No |
(int) 20 |
paged_list
of profile_group
items.
POST
https://api.engagor.com/{account_id}/settings/profilegroups
Add a new Social Profile Group for a certain account.
Param | Description | Required | Default Value |
---|---|---|---|
profile_group |
A JSON encoded array of a Social Profile Group you want to make. Structure of the object should be like profile_group . Eg. {"name":"My group","color":"#FF0000","profiles":[{"type":"facebook","service_id":"1234"},{"type":"twitter","service_id":"5678"},{"type":"instagram","service_id":"9012"}]} |
Yes |
profile_group
The new Social Profile Group.