{ "opencollection": "1.0.0", "info": { "name": "Customer.io App Activities Identify API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Identify", "type": "folder" }, "items": [ { "info": { "name": "Identify a person", "type": "http" }, "http": { "method": "POST", "url": "https://api.customer.io/v1/identify", "body": { "type": "json", "data": "{}" } }, "docs": "Identifies a person and sets their profile attributes. Use this call when a user creates an account, logs in, or updates their profile. Requires at least one of userId or anonymousId. Traits are saved as profile attributes." } ] } ], "bundled": true }