{ "opencollection": "1.0.0", "info": { "name": "Customer.io App Activities Group API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Group", "type": "folder" }, "items": [ { "info": { "name": "Associate a person with a group", "type": "http" }, "http": { "method": "POST", "url": "https://api.customer.io/v1/group", "body": { "type": "json", "data": "{}" } }, "docs": "Associates a person with a group or organization. Requires a groupId and at least one of userId or anonymousId. Group traits set attributes on the group." } ] } ], "bundled": true }