{ "opencollection": "1.0.0", "info": { "name": "Formbricks Action Classes Contacts API", "version": "2.0" }, "items": [ { "info": { "name": "Contacts", "type": "folder" }, "items": [ { "info": { "name": "List contacts", "type": "http" }, "http": { "method": "GET", "url": "https://app.formbricks.com/api/v2/management/contacts", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return." }, { "name": "skip", "value": "", "type": "query", "description": "Number of items to skip for pagination." } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "List contacts" }, { "info": { "name": "Bulk create or update contacts", "type": "http" }, "http": { "method": "PUT", "url": "https://app.formbricks.com/api/v2/management/contacts/bulk", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Upserts up to several hundred contacts and their attributes in one call." }, { "info": { "name": "Get a contact", "type": "http" }, "http": { "method": "GET", "url": "https://app.formbricks.com/api/v2/management/contacts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Get a contact" }, { "info": { "name": "List contact attribute keys", "type": "http" }, "http": { "method": "GET", "url": "https://app.formbricks.com/api/v2/management/contact-attribute-keys", "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "List contact attribute keys" }, { "info": { "name": "Create a contact attribute key", "type": "http" }, "http": { "method": "POST", "url": "https://app.formbricks.com/api/v2/management/contact-attribute-keys", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Create a contact attribute key" } ] } ], "bundled": true }