{ "opencollection": "1.0.0", "info": { "name": "Customer.io App Activities Alias API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Alias", "type": "folder" }, "items": [ { "info": { "name": "Alias a person", "type": "http" }, "http": { "method": "POST", "url": "https://api.customer.io/v1/alias", "body": { "type": "json", "data": "{}" } }, "docs": "Creates an alias linking a new identity to an existing one. This merges two user identities so all future events from either identity are associated with the same person. Requires a previousId and a userId." } ] } ], "bundled": true }