{ "opencollection": "1.0.0", "info": { "name": "Unified CRM Accounts Mailboxes API", "version": "0.25.7" }, "items": [ { "info": { "name": "Mailboxes", "type": "folder" }, "items": [ { "info": { "name": "List mailboxes", "type": "http" }, "http": { "method": "GET", "url": "https://api.supaglue.io/crm/v2/mailboxes", "headers": [ { "name": "x-customer-id", "value": "my-customer-1" }, { "name": "x-provider-name", "value": "salesforce" } ], "params": [ { "name": "include_raw_data", "value": "true", "type": "query", "description": "Whether to include raw data fetched from the 3rd party provider." }, { "name": "read_from_cache", "value": "true", "type": "query", "description": "Whether to read from Supaglue's Managed Destination cache or to read directly from the provider. \n\n\n**NOTE**: `read_from_cache=true` requires you to have the object synced to the Supaglue Managed Destination.\n" }, { "name": "modified_after", "value": "2023-02-23T00:00:00Z", "type": "query", "description": "If provided, will only return objects modified after this datetime. Datetime must be in ISO 8601 format and URI encoded." }, { "name": "page_size", "value": "123", "type": "query", "description": "Number of results to return per page. (Max: 1000)" }, { "name": "cursor", "value": "cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw", "type": "query", "description": "The pagination cursor value" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "List mailboxes" }, { "info": { "name": "Get mailbox", "type": "http" }, "http": { "method": "GET", "url": "https://api.supaglue.io/crm/v2/mailboxes/:mailbox_id", "headers": [ { "name": "x-customer-id", "value": "my-customer-1" }, { "name": "x-provider-name", "value": "salesforce" } ], "params": [ { "name": "mailbox_id", "value": "0258cbc6-6020-430a-848e-aafacbadf4ae", "type": "path" }, { "name": "include_raw_data", "value": "true", "type": "query", "description": "Whether to include raw data fetched from the 3rd party provider." } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Get mailbox" } ] } ], "bundled": true }