GET https://api.engagor.com/{account_id}/settings/profilegroups

Description

Returns the list of social profile groups for a certain account.

Required Access Token Scope

accounts_read

GET Parameters

Param Description Required Default Value
page_token Paging parameter. No
limit Amount of profile groups to return. (Allowed: 0 to 200.) No
(int) 20

Result

paged_list of profile_group items.

POST https://api.engagor.com/{account_id}/settings/profilegroups

Description

Add a new Social Profile Group for a certain account.

Required Access Token Scope

accounts_read, accounts_write

POST Parameters

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

Result

profile_group The new Social Profile Group.

Examples

Add a new social profile group for a certain account