{ "opencollection": "1.0.0", "info": { "name": "Segment Config Alias Identify API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Identify", "type": "folder" }, "items": [ { "info": { "name": "Identify a user", "type": "http" }, "http": { "method": "POST", "url": "https://platform.segmentapis.com/v1beta/identify", "body": { "type": "json", "data": "{}" } }, "docs": "Associates a user with their traits. An identify call lets you tie a user to their actions and record traits about them. It includes a unique user ID and any optional traits you know about them, like their email, name, or role." } ] } ], "bundled": true }