{ "opencollection": "1.0.0", "info": { "name": "CleverTap REST Campaigns Profiles API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-CleverTap-Account-Id", "value": "{{X-CleverTap-Account-Id}}", "placement": "header" } }, "items": [ { "info": { "name": "Profiles", "type": "folder" }, "items": [ { "info": { "name": "Upload user profiles or events", "type": "http" }, "http": { "method": "POST", "url": "https://{region}.api.clevertap.com/1/upload", "body": { "type": "json", "data": "{}" } }, "docs": "Upload an array of records, each typed as \"profile\" or \"event\".\nMaximum 1000 records per call.\n" }, { "info": { "name": "Get a user profile", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.api.clevertap.com/1/profile.json", "params": [ { "name": "identity", "value": "", "type": "query" }, { "name": "objectId", "value": "", "type": "query" } ] }, "docs": "Get a user profile" }, { "info": { "name": "Search/query user profiles", "type": "http" }, "http": { "method": "POST", "url": "https://{region}.api.clevertap.com/1/profiles.json", "body": { "type": "json", "data": "{}" } }, "docs": "Search/query user profiles" }, { "info": { "name": "Disassociate (delete) user profiles", "type": "http" }, "http": { "method": "POST", "url": "https://{region}.api.clevertap.com/1/disassociate", "body": { "type": "json", "data": "{}" } }, "docs": "Disassociate (delete) user profiles" } ] } ], "bundled": true }