{"info":{"_postman_id":"62169a09-4c92-82b9-17b0-060c4b03c858","name":"Trustifi API","description":"<html><head></head><body><p>Trustifi's REST API allows Trustifi's users to perform all the operations we offer by using simple REST requests/responses.  </p>\n<p><strong>System ID</strong><br>System ID is a unique identification you get in the response for each created object.  </p>\n<p>For example - System ID will be created when creating: contact, list, email, attachment, etc.  </p>\n<p><strong>Usage</strong><br>In order to use the API you will first need to login to the account that you want to use and generate a <strong>key</strong> and a <strong>secret</strong> from the</p>\n<p><a href=\"https://app.trustifi.com/accountDetails/myAccount/API\">User Settings</a></p>\n<p>page.<br>Once generated, please keep it safe and use these in the correct headers for every request you make.  </p>\n<p>For every API request include the following headers:  </p>\n<p><code>x-trustifi-key</code>: (String, Mandatory) the key that was generated.  </p>\n<p><code>x-trustifi-secret</code>: (String, Mandatory) the secret that was generated.  </p>\n<p>Questions? please contact our</p>\n<p><a href=\"mailto:support@trustificorp.com\">Support</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"3725182","collectionId":"62169a09-4c92-82b9-17b0-060c4b03c858","publishedId":"RVfvDWmw","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"C2272E"},"publishDate":"2018-05-31T09:42:51.000Z"},"item":[{"name":"Outbound Management","item":[{"name":"User Management","item":[{"name":"Get users","id":"51922583-af43-4a47-84d0-03d073cecf43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"url":"https://be.trustifi.com/api/i/v1/admin/outbound/users","description":"<p>Use this endpoint to view users in the system with flexible filtering options. When no query parameters are provided, all users are returned.</p>\n<p>Only one query parameter can be used per request.</p>\n<h4 id=\"query-parameters\"><strong>Query Parameters</strong></h4>\n<ul>\n<li><p><code>onlyPlanAdmins</code> <em>(Boolean, Optional)</em> — When set to <code>true</code>, returns only plan administrators.</p>\n</li>\n<li><p><code>onlyUsersAndSubAdmins</code> <em>(Boolean, Optional)</em> — When set to <code>true</code>, returns only regular users and sub-administrators.</p>\n</li>\n<li><p><code>company</code> <em>(String, Optional)</em> — Returns users belonging to the specified company.</p>\n</li>\n<li><p><code>user</code> <em>(String, Optional)</em> — Returns details for a specific user by email.</p>\n</li>\n<li><p><code>permissions</code> (Boolean, Optional) - Returns plan admins + sub-admins including policy permissions.</p>\n<ul>\n<li><code>reviewers</code> — Returns a list of reviewers along with their permissions. Supported permission types are <code>inbound</code>, <code>outbound</code>, and <code>archive</code>. You may specify multiple reviewers, separated by commas..</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","i","v1","admin","outbound","users"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"42598550-0e1e-444b-8925-9fc77d14b113","name":"Get users","originalRequest":{"method":"GET","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"Application credentials"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"Application credentials"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://be.trustifi.com/api/i/v1/admin/outbound/users?user=user@domain.com","protocol":"https","host":["be","trustifi","com"],"path":["api","i","v1","admin","outbound","users"],"query":[{"key":"user","value":"user@domain.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"_id\": \"6892ff91c8e335c82e5cf90b\",\r\n    \"is_relay\": true,\r\n    \"user_role\": \"sub-admin\",\r\n    \"show_multi_tenant\": false,\r\n    \"global_reviewer\": {\r\n        \"inbound\": {\r\n            \"enabled\": false\r\n        },\r\n        \"outbound\": {\r\n            \"enabled\": false\r\n        },\r\n        \"account_compromised\": {\r\n            \"enabled\": false\r\n        },\r\n        \"archive\": {\r\n            \"enabled\": false\r\n        },\r\n        \"threat_simulation\": {\r\n            \"enabled\": false\r\n        }\r\n    },\r\n    \"email\": \"user@domain.com\",\r\n    \"name\": \"User Name\",\r\n    \"preferences\": {\r\n        \"require_2fa\": {\r\n            \"enabled\": false,\r\n            \"method\": \"Email\",\r\n            \"expires\": 30,\r\n            \"strict\": false\r\n        }\r\n    },\r\n    \"is_deleted\": false,\r\n    \"plan\": {\r\n        \"_id\": \"62581a63020b7f000413b58e\",\r\n        \"threat_protection\": {\r\n            \"mode\": \"advanced\",\r\n            \"allowed_users\": 290,\r\n            \"used_users\": 22\r\n        },\r\n        \"shared_plan\": {\r\n            \"used_users\": 111,\r\n            \"allowed_users\": 2000,\r\n            \"invites\": [\r\n            ]\r\n        },\r\n        \"archive\": {\r\n            \"wa_enabled\": true\r\n        },\r\n        \"is_unlimited\": true,\r\n        \"is_blocked\": false,\r\n        \"plan_sub_type\": \"annual\",\r\n        \"is_managed\": false,\r\n        \"postmark_left\": 103718,\r\n        \"emails_left\": 2000000073104,\r\n        \"storage\": 580.5,\r\n        \"expired\": \"2027-11-24T00:00:00.000Z\",\r\n        \"company_name\": \"Bird\",\r\n        \"partner_plan_id\": \"66aa25c91f74567e15e7faa8\",\r\n        \"threat_simulation\": {\r\n            \"enabled\": true\r\n        },\r\n        \"customer_id\": \"CompanyID\",\r\n        \"allow_support_wa\": true\r\n    },\r\n    \"read_only\": false,\r\n    \"last_email\": \"2025-10-09T16:08:35.942Z\",\r\n    \"job_title\": \"Development Manager\"\r\n}"}],"_postman_id":"51922583-af43-4a47-84d0-03d073cecf43"},{"name":"Invite user to plan","id":"6f9d4282-fcc8-4031-9de5-5340847fa88a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"adminPermissions\": true,\n\t\"emails\": [\n\t\t{\"email\": \"john_doe@trustificorp.com\", \"name\": \"John Doe\"},\n\t\t{\"email\": \"john_doe_2@trustificorp.com\", \"name\": \"John Doe2\"}\n\t]\n}"},"url":"https://be.trustifi.com/api/i/v1/admin/outbound/users","description":"<p>As an Admin you can add users under your plan.</p>\n<p>An email will be sent to each of the users below. Once the user signs up he will automatically be under the admin's plan.</p>\n<h3 id=\"🔧-request-parameters\">🔧 Request Parameters</h3>\n<p><code>emails</code> (Array, <strong>Required</strong>) - List of users to be added. Each item includes:</p>\n<ul>\n<li><p><code>email</code> (String, <strong>Required</strong>) — Email address of the user.</p>\n</li>\n<li><p><code>name</code> (String, <strong>Required</strong>) — Name of the user.</p>\n</li>\n<li><p><code>password</code>: (String, Optional) Relevant when <code>createUser</code> is set to true. If password does not exist, then the system will auto generate a password for the user. In case exists then it must have at least 8 characters of 3 types: Lower case, Upper case and Number.</p>\n</li>\n</ul>\n<p><code>admin_permissions</code> (Object, Optional) - grants the user administrative privileges within the current plan.</p>\n<ul>\n<li><p><code>enabled</code> (Boolean, Optional) - set to <code>true</code> to give administrative privileges.</p>\n</li>\n<li><p><code>read_only</code> (Boolean, Optional) - Admin will have read-only access with no ability to make changes.</p>\n</li>\n<li><p><code>show_multi_tenant</code> (Boolean, Optional) - Admin will have access to the multi-tenant selector, which allows them to directly access managed plans and clients.</p>\n</li>\n</ul>\n<p><code>createUser</code>: (Object, Optional) Controls automatic user creation and association with the plan</p>\n<ul>\n<li><p><code>enabled</code> (Boolean, <strong>Required</strong>) — Set to <code>true</code> to automatically create the users.</p>\n</li>\n<li><p><code>skipWelcomeEmail</code> (Boolean, Optional) — Set to <code>true</code> to avoid sending a welcome email to the newly created users</p>\n</li>\n<li><p><code>skipVerificationEmail</code> (Boolean, Optional) — Set to <code>true</code> to avoid sending a verification email to the newly created users</p>\n</li>\n<li><p><code>reviewers</code> (Object, Optional) - Add user to list of reviewers for your plan</p>\n<ul>\n<li><p><code>inbound</code> (Object, Optional) - Add user as an inbound reviewer</p>\n<ul>\n<li><p><code>allow_view_content</code> (Boolean, Optional) - Allow reviewer to view the email content for quarantined emails</p>\n</li>\n<li><p><code>allow_change_configuration</code>(Boolean, Optional) - Allow reviewer to change configurations and settings.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>globalReviewers</code> (Object, Optional) - Add user to list of global reviewers that can manage plans under your Parnter ID</p>\n<ul>\n<li><p><code>inbound</code> (Object, Optional) - Add user as an inbound global reviewer<br />  Reviewer can view quarantined emails for all of your managed plans and clients, as well as take actions.</p>\n<ul>\n<li><p><code>allow_view_content</code> (Boolean, Optional) - Allow reviewer to view the email content for quarantined emails</p>\n</li>\n<li><p><code>allow_change_configuration</code>(Boolean, Optional) - Allow reviewer to change configurations and settings.</p>\n</li>\n</ul>\n</li>\n<li><p><code>outbound</code>(Object, Optional) - Add user as an outbound global reviewer<br />  Reviewer will have access to outbound settings, rules, and policies for all of your managed plans and clients.</p>\n<ul>\n<li><p><code>allow_view_content</code> (Boolean, Optional) - Allow reviewer to view the email content for quarantined emails</p>\n</li>\n<li><p><code>allow_change_configuration</code>(Boolean, Optional) - Allow reviewer to change configurations and settings.</p>\n</li>\n</ul>\n</li>\n<li><p><code>archive</code>(Object, Optional) - Add user as an archive global reviewer<br />  Reviewers which will have access to archive information.</p>\n<ul>\n<li><code>allow_view_content</code> (Boolean, Optional) - Allow reviewer to view the email content for archived emails</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","i","v1","admin","outbound","users"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"ead4aa45-21fa-4ddf-8133-03b9e6204c2a","name":"Invite users","originalRequest":{"method":"POST","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"Application credentials"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"Application credentials"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"emails\": [\n\t\t{\"email\": \"john_doe@trustificorp.com\", \"name\": \"John Doe\"},\n\t\t{\"email\": \"john_doe_2@trustificorp.com\", \"name\": \"John Doe2\"}\n\t]\n}","options":{"raw":{"language":"json"}}},"url":"https://be.trustifi.com/api/i/v1/admin/outbound/users"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6f9d4282-fcc8-4031-9de5-5340847fa88a"},{"name":"Create new plan","id":"7654f60c-2896-408c-bfd0-2741c6cebdf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"isAdmin\": true,\n\t\"emails\": [\n\t\t{\"email\": \"john_doe@trustificorp.com\", \"name\": \"John Doe\"}\n\t],\n\t\"plan\": {\n        \"planSubType\": \"annual\",\n        \"users\": 25,\n        \"inboundLicenses\": 4,\n        \"threat_simulation\": true,\n        \"tpType\": \"advanced\",\n        \"expired\": \"2026-10-23T05:41:52.732Z\",\n        \"allow_support_wa\": true\n\t}\n}"},"url":"https://be.trustifi.com/api/i/v1/admin/outbound/users","description":"<p>Allows a Partner Admin to add a new admin under their plan.</p>\n<p>An email invitation will be sent to the specified user.</p>\n<p>Once the user signs up, they will automatically be assigned to the customer admin’s plan.</p>\n<h3 id=\"🔧-request-parameters\">🔧 Request Parameters</h3>\n<p><code>isAdmin</code> (Boolean, <strong>Required</strong>)</p>\n<p>Must be set to <code>true</code>.</p>\n<hr />\n<p><code>emails</code> (Array, <strong>Required</strong>)</p>\n<p>List of users to be added.</p>\n<p>Each item includes:</p>\n<ul>\n<li><p><code>email</code> (String, <strong>Required</strong>) — Email address of the user.</p>\n</li>\n<li><p><code>name</code> (String, <strong>Required</strong>) — Name of the user.</p>\n</li>\n</ul>\n<p><code>plan</code> (Object, <strong>Required</strong>)</p>\n<p>List of plan configurations:</p>\n<ul>\n<li><p><code>users</code> (Number, <strong>Required</strong>) — Number of outbound licenses.</p>\n</li>\n<li><p><code>inboundLicenses</code> (Number, <strong>Required</strong>) — Number of inbound licenses allocated to the plan.</p>\n</li>\n<li><p><code>planSubType</code> (String, <strong>Required</strong>) — Defines the plan sub-type:</p>\n<ul>\n<li><p><code>annual</code> — Regular plan renewed annually.</p>\n</li>\n<li><p><code>poc</code> — Proof of Concept plan (30-days maximum expiration).</p>\n</li>\n<li><p><code>msp</code> — Monthly recurring plan.</p>\n</li>\n</ul>\n</li>\n<li><p><code>expired</code> (Date, <strong>Required</strong>) — Plan expiration date. This parameter is ignored when <code>planSubType`</code> is set to <code>msp</code>.</p>\n</li>\n<li><p><code>customerId</code> (String, Optional) — Partner ID associated with this plan.</p>\n</li>\n<li><p><code>company_name</code> (String, Optional) — Company name assigned to this plan.</p>\n</li>\n<li><p><code>isManagedPlan</code> (Boolean, Optional) — Indicates whether the plan is managed directly by the partner or by its own admin.</p>\n</li>\n<li><p><code>threat_simulation</code> (Boolean, Optional) — Enables Threat Simulation module.</p>\n</li>\n<li><p><code>archive</code> (Boolean, Optional) — Enables the Archive module.</p>\n</li>\n<li><p><code>allow_support_wa</code> (Boolean, Optional) — Allows users to open support tickets via the web portal.</p>\n</li>\n<li><p><code>postmark_left</code> (Number, Optional) — Number of postmarks allocated to the admin.</p>\n</li>\n</ul>\n<hr />\n<p><code>policy</code> (Object, Optional)</p>\n<p>copy exiting policy from selected plan</p>\n<ul>\n<li><p><code>name</code> (String, <strong>Required</strong>) —Name of the policy to be copied.</p>\n</li>\n<li><p><code>fromAdmin</code> (String, <strong>Required</strong>) — Name of the admin to copy policy from:</p>\n</li>\n</ul>\n<hr />\n<p><code>createUser</code> (Boolean, Optional)</p>\n<p>If <code>true</code>, the user will be automatically created and connected to the plan.</p>\n<p><code>password</code> (String, Optional)</p>\n<p>Applicable when <code>createUser</code> is set to <code>true</code>.</p>\n<p>If omitted, the system automatically generates a password.</p>\n<p>If provided, the password must contain:</p>\n<ul>\n<li><p>At least <strong>8 characters</strong></p>\n</li>\n<li><p>At least one <strong>lowercase letter</strong></p>\n</li>\n<li><p>At least one <strong>uppercase letter</strong></p>\n</li>\n<li><p>At least one <strong>number</strong></p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","i","v1","admin","outbound","users"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"93a47828-09ae-4956-b638-a6c375a36c5b","name":"Add new plan","originalRequest":{"method":"POST","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"Application credentials"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"Application credentials"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"isAdmin\": true,\n\t\"emails\": [\n\t\t{\"email\": \"john_doe@trustificorp.com\", \"name\": \"John Doe\"}\n\t],\n\t\"plan\": {\n        \"planSubType\": \"annual\",\n        \"users\": 25,\n        \"inboundLicenses\": 4,\n        \"threat_simulation\": true,\n        \"expired\": \"2026-10-23T05:41:52.732Z\",\n        \"allow_support_wa\": true\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://be.trustifi.com/api/i/v1/admin/outbound/users"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7654f60c-2896-408c-bfd0-2741c6cebdf6"},{"name":"Modify plan resources","id":"5e8cea51-7af8-466d-819f-f4ae9ca19c02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"modifyPlan\",\n    \"plan\": {\n        \"planSubType\": \"annual\",\n        \"users\": 25,\n        \"inboundLicenses\": 4,\n        \"threat_simulation\": true,\n        \"tpType\": \"advanced\",\n        \"expired\": \"2026-10-23T05:41:52.732Z\",\n        \"allow_support_wa\": true\n    }\n}"},"url":"https://be.trustifi.com/api/i/v1/admin/users/admin/{{admin_email}}","description":"<p>As a Partner Admin you can modify the plan resources for an admin under your plan.</p>\n<h3 id=\"🔧-request-parameters\">🔧 Request Parameters</h3>\n<p><code>action</code> (String, <strong>Required</strong>)</p>\n<p>Must be set to \"modifyPlan\".</p>\n<p><code>admin_email</code> (String, <strong>Required</strong>)</p>\n<p>Must be set to admin's email.</p>\n<p><code>plan</code> (Object, <strong>Required</strong>)</p>\n<p>List of plan configurations:</p>\n<ul>\n<li><p><code>users</code> (Number, <strong>Required</strong>) — Number of outbound licenses.</p>\n</li>\n<li><p><code>inboundLicenses</code> (Number, <strong>Required</strong>) — Number of inbound licenses allocated to the plan.</p>\n</li>\n<li><p><code>planSubType</code> (String, <strong>Required</strong>) — Defines the plan sub-type:</p>\n<ul>\n<li><p><code>annual</code> — Regular plan renewed annually.</p>\n</li>\n<li><p><code>poc</code> — Proof of Concept plan (30-days maximum expiration).</p>\n</li>\n<li><p><code>msp</code> — Monthly recurring plan.</p>\n</li>\n</ul>\n</li>\n<li><p><code>expired</code> (Date, <strong>Required</strong>) — Plan expiration date. This parameter is ignored when <code>planSubType`</code> is set to <code>msp</code>.</p>\n</li>\n<li><p><code>customerId</code> (String, Optional) — Partner ID associated with this plan.</p>\n</li>\n<li><p><code>company_name</code> (String, Optional) — Company name assigned to this plan.</p>\n</li>\n<li><p><code>isManagedPlan</code> (Boolean, Optional) — Indicates whether the plan is managed directly by the partner or by its own admin.</p>\n</li>\n<li><p><code>threat_simulation</code> (Boolean, Optional) — Enables Threat Simulation module.</p>\n</li>\n<li><p><code>archive</code> (Boolean, Optional) — Enables the Archive module.</p>\n</li>\n<li><p><code>allow_support_wa</code> (Boolean, Optional) — Allows users to open support tickets via the web portal.</p>\n</li>\n<li><p><code>postmark_left</code> (Number, Optional) — Number of postmarks allocated to the admin.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","i","v1","admin","users","admin","{{admin_email}}"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"f51b4186-0b69-4a6f-be1e-95a5ffb387e9","name":"Update admin plan","originalRequest":{"method":"PUT","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"Application credentials"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"Application credentials"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"modifyPlan\",\n    \"plan\": {\n        \"planSubType\": \"annual\",\n        \"users\": 25,\n        \"inboundLicenses\": 4,\n        \"threat_simulation\": true,\n        \"expired\": \"2026-10-23T05:41:52.732Z\",\n        \"allow_support_wa\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://be.trustifi.com/api/i/v1/admin/users/admin/{{admin_email}}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"5e8cea51-7af8-466d-819f-f4ae9ca19c02"},{"name":"Allocate plan for user","id":"bdb750a7-d79a-4a4d-bc7d-83a08f5b6566","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"allocatePlan\",\n    \"plan\": {\n        \"planSubType\": \"annual\",\n        \"users\": 25,\n        \"inboundLicenses\": 4,\n        \"threat_simulation\": true,\n        \"tpType\": \"advanced\",\n        \"expired\": \"2026-10-23T05:41:52.732Z\",\n        \"allow_support_wa\": true\n    }\n}"},"url":"https://be.trustifi.com/api/i/v1/admin/outbound/admins/{{admin_email}}","description":"<p>As a Partner Admin you can allocate a plan for a user and make him an admin.</p>\n<h3 id=\"🔧-request-parameters\">🔧 Request Parameters</h3>\n<p><code>action</code> (String, <strong>Required</strong>)</p>\n<p>Must be set to allocatePlan.</p>\n<p><code>admin_email</code> (String, <strong>Required</strong>)</p>\n<p>Must be set to admins' email.</p>\n<p><code>plan</code> (Object, <strong>Required</strong>)</p>\n<p>List of plan configurations.</p>\n<p>Each plan object includes:</p>\n<ul>\n<li><p><code>planSubType</code> (String, <strong>Required</strong>) — Defines the plan sub-type:</p>\n<ul>\n<li><p><code>annual</code> — Regular plan renewed annually.</p>\n</li>\n<li><p><code>poc</code> — Proof of Concept plan (14-day default expiration).</p>\n</li>\n<li><p><code>msp</code> — Monthly recurring plan.</p>\n</li>\n</ul>\n</li>\n<li><p><code>isManagedPlan</code> (Boolean, <strong>Required</strong>) — Indicates whether the plan is managed directly by the partner or by its own admin.</p>\n</li>\n<li><p><code>users</code> (Number, <strong>Required</strong>) — Number of outbound licenses.</p>\n</li>\n<li><p><code>threat_simulation</code> (Boolean, <strong>Required</strong>) — Enables or disables the Threat Simulation module.</p>\n</li>\n<li><p><code>archive</code> (Boolean, <strong>Required</strong>) — Enables or disables the Archive module.</p>\n</li>\n<li><p><code>allow_support_wa</code> (Boolean, <strong>Required</strong>) — Allows users to open support tickets via the web portal.</p>\n</li>\n<li><p><code>inboundLicenses</code> (Number, <strong>Required</strong>) — Number of inbound licenses allocated to the plan.</p>\n</li>\n<li><p><code>customerId</code> (String, Optional) — Partner ID associated with this plan.</p>\n</li>\n<li><p><code>company_name</code> (String, Optional) — Company name assigned to this plan.</p>\n</li>\n<li><p><code>postmark_left</code> (Number, <strong>Required</strong>) — Number of postmarks allocated to the admin.</p>\n</li>\n<li><p><code>expired</code> (Date, <strong>Required</strong>) — Plan expiration date.</p>\n</li>\n<li><p><code>tpType</code> (String, <strong>Required</strong>) — Level of Threat Protection:</p>\n<ul>\n<li><p><code>basic</code> — Enables only basic protection features.</p>\n</li>\n<li><p><code>advanced</code> — Enables all advanced protection features.</p>\n</li>\n</ul>\n</li>\n</ul>\n<hr />\n<p><code>policy</code> (Object, Optional)</p>\n<p>copy exiting policy from selected plan</p>\n<ul>\n<li><p><code>name</code> (String, <strong>Required</strong>) —Name of the policy to be copied.</p>\n</li>\n<li><p><code>fromAdmin</code> (String, <strong>Required</strong>) — Name of the admin to copy policy from:</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","i","v1","admin","outbound","admins","{{admin_email}}"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"a20895d5-6c92-4af4-9bee-5cf409d8639e","name":"Allocate plan for user","originalRequest":{"method":"PUT","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"Application credentials"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"Application credentials"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"allocatePlan\",\n    \"plan\": {\n        \"planSubType\": \"annual\",\n        \"users\": 25,\n        \"inboundLicenses\": 4,\n        \"threat_simulation\": true,\n        \"expired\": \"2026-10-23T05:41:52.732Z\",\n        \"allow_support_wa\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://be.trustifi.com/api/i/v1/admin/users/admin/{{admin_email}}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"bdb750a7-d79a-4a4d-bc7d-83a08f5b6566"},{"name":"Modify user permissions","id":"87869079-2015-4691-b977-384f6bcd0953","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"admin_email\": \"admin@example.com\",\n  \"action\": \"subAdmin\",\n  \"enabled\": true\n}\n"},"url":"https://be.trustifi.com/api/i/v1/admin/outbound/admins/{{admin_email}}","description":"<p>This endpoint allows you to configure specific permissions for a user within a plan.</p>\n<h3 id=\"🔧-request-parameters\">🔧 Request Parameters</h3>\n<p><code>admin_email</code> (String, <strong>Required</strong>)</p>\n<p>Must be set to admins' email.</p>\n<p><code>action</code>(String, <strong>Required</strong>)</p>\n<p>The type of permission to configure. Possible values:</p>\n<ul>\n<li><p><code>subAdmin</code> – Grants sub-admin privileges.</p>\n</li>\n<li><p><code>multiTenantView</code> – Enables access to the different tenants under your partner ID.</p>\n</li>\n<li><p><code>readOnly</code> – Grants read-only access.</p>\n</li>\n</ul>\n<p><code>enabled</code> (Boolean, <strong>Required</strong>) - When set to <code>true</code>, the selected action is enforced; when <code>false</code>, it is disabled.</p>\n","urlObject":{"protocol":"https","path":["api","i","v1","admin","outbound","admins","{{admin_email}}"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"ef34e2b4-d5be-425e-ba3e-cafb9a2e1c61","name":"Modify user permissions","originalRequest":{"method":"PUT","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"Application credentials"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"Application credentials"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"admin_email\": \"admin@example.com\",\n  \"action\": \"subAdmin\",\n  \"enabled\": true\n}\n","options":{"raw":{"language":"json"}}},"url":"https://be.trustifi.com/api/i/v1/admin/users/admin/{{admin_email}}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"87869079-2015-4691-b977-384f6bcd0953"}],"id":"9a0bd808-8924-420d-8cca-a811ffaf52f9","_postman_id":"9a0bd808-8924-420d-8cca-a811ffaf52f9","description":""},{"name":"DLP Rules","item":[{"name":"Get rules","event":[{"listen":"test","script":{"id":"cf446f68-3c0c-4a9d-ae2c-8c6c5689a85f","exec":[""],"type":"text/javascript","packages":{}}}],"id":"42daf5c4-1ac3-4cd4-aa25-2d78c9af75a3","request":{"method":"GET","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"url":"https://be.trustifi.com/api/i/v1/admin/outbound/rules","description":"<p>Get all outbound DLP rules</p>\n","urlObject":{"protocol":"https","path":["api","i","v1","admin","outbound","rules"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"42daf5c4-1ac3-4cd4-aa25-2d78c9af75a3"},{"name":"Add rule","id":"cba7de9a-a0f2-4c98-bc66-f6dedc2ec31a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n}"},"url":"https://be.trustifi.com/api/i/v1/admin/outbound/rules","description":"<p>Creates a new rule under the \"Rules\" page.</p>\n<h2 id=\"general-structure-of-rules\">General structure of rules:</h2>\n<p><code>name</code>: (String, Mandatory) the name of the rule to be created.<br /><code>conditions</code>: (Array[Object], Mandatory) a list of the conditions that need to be met to trigger the rule.<br /><code>exceptions</code>: (Array[Object], Optional) a list of conditions that, if met, will cause the rule not to be triggered.<br /><code>result</code>: (Object, Mandatory) a list of the actions that will be taken when the rule is triggered.</p>\n<h2 id=\"structure-of-conditions\">Structure of conditions:</h2>\n<p><code>conditions</code>: (Array[Object], Mandatory) a list of the conditions that need to be met to trigger the rule.</p>\n<p><code>type</code>: (String, Mandatory) the name of the specific condition.</p>\n<p><code>data</code>: (Object, Mandatory) the specific metrics of the condition that need to be met.</p>\n<p><code>sub_type</code>: (Array, Optional) more specific data related to the match condition.</p>\n<p><code>is_negate</code>: (Boolean, Optional) checks if the condition should be checked as positive (\"is\"/\"are\") or as negative (\"is not\"/\"are not\").</p>\n<h2 id=\"examples-of-conditions\"><strong>Examples of conditions:</strong></h2>\n<p><strong>Sensitivity score:</strong></p>\n<p><code>conditions</code>: (Array[Object], Mandatory)</p>\n<p><code>type</code>: \"<code>sensitivity_score\"</code><br /><code>data</code>: {<code>score_more: 1/2/3/4/5</code>} A number between 1 and 5 representing the sensitivity score. The number can include a decimal point.<br /><code>sub_type</code>: <code>[\"body\", \"attachment\"]</code> // select one or more of these options<br />  <code>body</code>: sensitive data is found in the body of the email.<br />  <code>attachment:</code> sensitive data is found in the email's attachments.<br /><code>is_negate</code>: false/true</p>\n<p><strong>Sensitivity type:</strong></p>\n<p><code>type</code>: \"<code>sensitivity_type\"</code><br /><code>data</code>: {\"sensitivity_types\":[\"United States - Social Security Number\",\"United States - Social Security Information\"]} An array of strings that match the types of sensitive data you want to look for. Select one or more.<br /><code>sub_type</code>: <code>[\"body\", \"attachment\"]</code> // select one or more of these options<br />  <code>body</code>: sensitive data is found in the body of the email.<br />  <code>attachment:</code> sensitive data is found in the email's attachments.<br /><code>is_negate</code>: false/true</p>\n<p><strong>MTA:</strong></p>\n<p><code>type</code>: \"<code>mta\"</code><br /><code>data</code>: {\"value\":[\"192.168.57.34\",\"203.114.76.89\"]} An array of strings that match the email's IP, CIDR, or hostname.<br /><code>sub_type</code>: <code>[\"ip\", \"cidr\", \"hostname\"]</code> // select one or more of these options<br />  <code>ip</code>: will match on a specific IP address from the specified list.<br />  <code>cidr:</code> will match on any IP address from the provided IP ranges.<br />  <code>hostname:</code> will match on a specific hostname from the specified list.<br /><code>is_negate</code>: false/true</p>\n<p><strong>Keywords:</strong></p>\n<p><code>type</code>: <code>\"keywords\"</code><br /><code>data</code>: {\"keywords\":[\"#encrypt\",\"#secure\"],\"matchType\":\"exact match\"/\"contains\"} An array of keywords to look for in the email.<br /><code>sub_type</code>: <code>[\"body\", \"subject\"]</code> // select one or more of these options<br />  <code>body</code>: keywords are found in the body of the email.<br />  <code>subject:</code> keywords are found in the email's subject.<br /><code>is_negate</code>: false/true</p>\n<p><strong>Compliance:</strong></p>\n<p><code>type</code>: <code>\"compliance\"</code><br /><code>data</code>: {\"compliance\":[\"GDPR\",\"FERPA\",\"HIPAA\",\"PCI\",\"CCPA\",\"POPI\",\"LGPD\",\"PDPO\",\"GLBA\"]} An array of strings that match the compliances found in the email. Select one or more.<br /><code>sub_type</code>: <code>[\"email\"]</code> // The only available option<br /><code>is_negate</code>: false/true</p>\n<p><strong>Addresses:</strong></p>\n<p><code>type</code>: <code>\"addresses\"</code><br /><code>data</code>: {\"matchType\":\"exact match\"/\"contains\",\"emails\":[\"<a href=\"mailto:alice@test.com\">alice@test.com</a>\",\"<a href=\"https://mailto:bob@test.com\">bob@test.com</a>\"]} An array of addresses to look for in the email.<br /><code>sub_type</code>: <code>[\"to\", \"cc\", \"from\"]</code> // select one or more of these options<br />  <code>to</code>: Address is found in the email's \"To\" field<br />  <code>cc:</code> Address is found in the email's \"Cc\" field<br />  <code>from:</code> Address is found in the email's \"From\" field<br /><code>is_negate</code>: false/true</p>\n<p><strong>Attachment Types:</strong></p>\n<p><code>type</code>: <code>\"attachment_types\"</code><br /><code>data</code>: {\"attachment_types\":[\"pdf\",\"eml\",\"csv\",\"zip\",\"html\",\"xml\",\"png\",\"rtf\"]} An array of strings that match the attachment types found in the email. Select one or more.<br /><code>sub_type</code>: <code>[\"email\"]</code> // The only available option<br /><code>is_negate</code>: false/true</p>\n<p><strong>At Least One Domain:</strong></p>\n<p><code>type</code>: <code>\"domains\"</code><br /><code>data</code>: {matchType\":\"exact match\",\"domains\":[\"testa.com\",\"testb.com\"]} An array of domains to look for in the email.<br /><code>sub_type</code>: <code>[\"to\", \"cc\", \"from\"]</code> // select one or more of these options<br />  <code>to</code>: Domain is found in the email's \"To\" field<br />  <code>cc:</code> Domain is found in the email's \"Cc\" field<br />  <code>from:</code> Domain is found in the email's \"From\" field<br /><code>is_negate</code>: false/true</p>\n<p><strong>All The Domains:</strong></p>\n<p><code>type</code>: <code>\"all_domains\"</code><br /><code>data</code>: {matchType\":\"exact match\",\"domains\":[\"testa.com\",\"testb.com\"]} An array of domains to look for in the email.<br /><code>sub_type</code>: <code>[\"to\", \"cc\", \"from\"]</code> // select one or more of these options<br />  <code>to</code>: Domain is found in the email's \"To\" field<br />  <code>cc:</code> Domain is found in the email's \"Cc\" field<br />  <code>from:</code> Domain is found in the email's \"From\" field<br /><code>is_negate</code>: false/true</p>\n<p><strong>Difference in Domain Groups:</strong></p>\n<p><code>type</code>: <code>\"difference\"</code><br /><code>data</code>: {\"diff\":0/1/2/3/4/5} Select one number. Indicates the maximum difference between groups from the same domain.<br /><code>sub_type</code>: <code>[\"to\", \"cc\"]</code> // both are selected by default<br />  <code>to</code>: Domains are found in the email's \"To\" field<br />  <code>cc:</code> Domains are found in the email's \"Cc\" field<br /><code>is_negate</code>: false/true</p>\n<p><strong>Groups:</strong></p>\n<p><code>type</code>: <code>\"groups\"</code><br /><code>data</code>: {\"groups\":[{\"email\":\"<a href=\"https://mailto:test1@trustificorp.com\">test1@trustificorp.com</a>\",\"displayName\":\"test1\"},{\"email\":\"<a href=\"https://mailto:test2@trustificorp.com\">test2@trustificorp.com</a>\",\"displayName\":\"test2\"}]} An array of objects for the selected groups.<br /><code>sub_type</code>: <code>[\"to\", \"cc\"]</code> // both are selected by default<br />  <code>to</code>: Groups are found in the email's \"To\" field<br />  <code>cc:</code> Groups are found in the email's \"Cc\" field<br /><code>is_negate</code>: false/true</p>\n<p><strong>Custom Header Value:</strong></p>\n<p><code>type</code>: <code>\"email_header\"</code><br /><code>data</code>: {\"matchType\":\"exact match\"/\"contains\",\"header\":{\"key\":\"key-test\",\"value\":[\"value1\",\"value2\"]}} The \"key\" field contains a single string that matches the header key. The \"value\" field is an array of strings that can match the header values.<br /><code>sub_type</code>: <code>[\"freeText\"]</code> // The only available option<br /><code>is_negate</code>: false/true</p>\n<p><strong>Total Unique Domains:</strong></p>\n<p><code>type</code>: <code>\"total_unique_domains\"</code><br /><code>data</code>: {<code>total_unique_domains: 1/2/3/4/5</code>} A number between 1 and 50 representing the total number of unique domains.<br /><code>sub_type</code>: <code>[\"email\"]</code> // The only available option<br /><code>is_negate</code>: false/true</p>\n<p><strong>Email Methods:</strong></p>\n<p><code>type</code>: <code>\"email_methods\"</code><br /><code>data</code>: {\"methods\":[\"Encrypt Message Content\",\"Require Authentication\"]} Array. Select one or both<br /><code>sub_type</code>: <code>[\"email\"]</code> // The only available option<br /><code>is_negate</code>: false/true</p>\n<p><strong>Sent Hour:</strong></p>\n<p><code>type</code>: <code>\"received_time\"</code><br /><code>data</code>: {\"start\":8,\"end\":12} Object. The rule will match for emails sent between the \"start\" and \"end\" values.<br /><code>sub_type</code>: <code>[\"email\"]</code> // The only available option<br /><code>is_negate</code>: false/true</p>\n<p><strong>Sent Day:</strong></p>\n<p><code>type</code>: <code>\"received_day\"</code><br /><code>data</code>: {\"days\":[\"Sunday\",\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\"]} Array. Select one or more.<br /><code>sub_type</code>: <code>[\"email\"]</code> // The only available option<br /><code>is_negate</code>: false/true</p>\n<h2 id=\"examples-of-results\"><strong>Examples of Results:</strong></h2>\n<p><code>result</code>: (Object, Mandatory) a list of the actions that will be taken when the rule is triggered.</p>\n<p><code>encrypt_content</code>: (Boolean, Optional) encrypts the email body and attachments.</p>\n<p><code>prefer_tokenization</code>: (Boolean, Optional) whenever possible, tokenization will be used to encrypted only the sensitive parts of the email.</p>\n<p><code>open_only_once</code>: (Boolean, Optional) recipients will able to open the encrypted email only once.</p>\n<p><code>subject_prefix</code>: (String, Optional) prepends the email subject with the provided text.</p>\n<p><code>remove_email_sent_items</code>: (Boolean, Optional) removes the email from the sender's \"sent items\" folder.</p>\n<p><code>disable_print</code>: (Boolean, Optional) recipients will not be able to print the encrypted email content.</p>\n<p><code>email_expiration_days</code>: (Number, Optional) the email will expire after the provided number of days.</p>\n<p><code>encrypt_attachments_only</code>: (Boolean, Optional) only the email attachments will be encrypted.</p>\n<p><code>block</code>: (Boolean, Optional) the email will be quarantined.</p>\n<p><code>block_allow_release_request</code>: (Boolean, Optional) allows senders to release the request of quarantined emails.</p>\n<p><code>apply_lf</code>: (String, Optional) applies custom Look &amp; Feel to the email. The provided string should match the name of the selected Look &amp; Feel customization.</p>\n<p><code>secure_send</code>: (Boolean, Optional) recipients will be required to complete Multi-Factor Authentication.</p>\n<p><code>default_authentication_method</code>: (String, Optional) the selected method used for Multi-Factor Authentication.</p>\n<p><code>stop_rules</code>: (Boolean, Optional) no further rules will be applied after this rule is triggered.</p>\n<p><code>skip_remove_enc_content</code>: (Boolean, Optional) encrypted content will not be removed when replying to or forwarding an encrypted email.</p>\n<p><code>postmark</code>: (Boolean, Optional) applies legal proof of sending to the email.</p>\n<p><code>notify_admin</code>: (Boolean, Optional) the plan's outbound reviewers will not notified the rules was triggered.</p>\n<p><code>disable_secure_reply</code>: (Boolean, Optional) disables the option for recipients to send an encrypted reply to this email.</p>\n<p><code>send_cc</code>: (Array[String], Optional) sends a copy of this email (in Cc) to the list of provided email addresses.</p>\n<p><code>send_bcc</code>: (Array[String], Optional) sends a blind copy of this email (in Bcc) to the list of provided email addresses.</p>\n<p><code>enforce_tls</code>: (Boolean, Optional) the email will be delivered only if the recipient's MTA supports TLS, otherwise it will be rejected.</p>\n<p><code>is_monitor</code>: (Boolean, Optional) only a record of the email that triggered the rule will be kept.</p>\n<p><code>add_header</code>: (String, Optional) the provided text will be added at the top of the email body.</p>\n<p><code>add_footer</code>: (String, Optional) the provided text will be added at the bottom of the email body.</p>\n<p><code>disable_email_wrapper</code>: (Boolean, Optional) the email will be sent without the default encrypted email template.</p>\n<p><code>notify_sender</code>: (Boolean, Optional) the sender of the email will be notified that a rule was triggered.</p>\n<p><code>notify_sender_message</code>: (String, Optional) the provided text will be used as a message in the sender notification.</p>\n","urlObject":{"protocol":"https","path":["api","i","v1","admin","outbound","rules"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"cba7de9a-a0f2-4c98-bc66-f6dedc2ec31a"},{"name":"Delete rule","id":"f6029b45-43b5-4234-9dd2-bc63f595afd9","request":{"method":"DELETE","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://be.trustifi.com/api/i/v1/admin/outbound/rules/{{rule_id}}","description":"<p>Delete outbound DLP rule  </p>\n<p><code>rule_id</code>: (String, Mandatory) the System ID of the rule.</p>\n","urlObject":{"protocol":"https","path":["api","i","v1","admin","outbound","rules","{{rule_id}}"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f6029b45-43b5-4234-9dd2-bc63f595afd9"}],"id":"ef3356b5-8efb-4137-a96f-4b192d22f245","description":"<p>API for getting, adding, updating and deleting contacts.</p>\n","event":[{"listen":"prerequest","script":{"id":"91a5a495-5e51-41c4-b29f-686e363209e2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2f598011-0544-42a7-9f45-b6c5e0fd13d6","type":"text/javascript","exec":[""]}}],"_postman_id":"ef3356b5-8efb-4137-a96f-4b192d22f245"},{"name":"Copy Policy","item":[{"name":"Get policies","id":"580adc21-3d93-49bc-bfb9-1c30d59f7578","request":{"method":"GET","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"url":"https://be.trustifi.com/api/i/v1/admin/outbound/policy/install","description":"<p>Get the list of policies available for installation on your managed plans.</p>\n","urlObject":{"protocol":"https","path":["api","i","v1","admin","outbound","policy","install"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"8212a88c-891b-49f7-b8ca-48badfb71ff9","name":"Get policies","originalRequest":{"method":"GET","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"Application credentials"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"Application credentials"},{"key":"Content-Type","value":"application/json"}],"url":"https://be.trustifi.com/api/i/v1/admin/outbound/policy/install"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"name\": \"Secure policy\",\r\n        \"inbound\": {\r\n            \"rules\": true,\r\n            \"inbound_email_rules\": true,\r\n            \"phishing_bypass\": true,\r\n            \"senders_whitelist\": true,\r\n            \"senders_whitelist_advanced\": true,\r\n            \"personal_list_settings\": true,\r\n            \"senders_blacklist\": true,\r\n            \"links_whitelist\": true,\r\n            \"links_blacklist\": true,\r\n            \"attachments_whitelist\": true,\r\n            \"attachments_blacklist\": true,\r\n            \"block_files_types\": true,\r\n            \"block_files_types_extensions\": true\r\n        },\r\n        \"outbound\": {\r\n            \"rules\": true,\r\n            \"policy\": true,\r\n            \"enforce_domain\": true,\r\n            \"send_welcome_email\": true,\r\n            \"outbound_reviewers_quarantine_notifications\": true\r\n        },\r\n        \"accountTakeover\": {\r\n            \"incident_types\": true\r\n        },\r\n        \"domainProtection\": {\r\n            \"domain_impersonation_enabled\": true\r\n        },\r\n        \"_id\": \"68ebdd5e97bfac2ad3514055\"\r\n    }\r\n]"}],"_postman_id":"580adc21-3d93-49bc-bfb9-1c30d59f7578"},{"name":"Create policy","id":"2ad4444d-c1d7-43dc-8aee-3110486606c8","request":{"method":"POST","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Secure policy\",\r\n    \"configuration\": {\r\n        \"inbound\": {\r\n            \"rules\": true,\r\n            \"inbound_email_rules\": true,\r\n            \"phishing_bypass\": true,\r\n            \"senders_whitelist\": true,\r\n            \"senders_whitelist_advanced\": true,\r\n            \"personal_list_settings\": true,\r\n            \"senders_blacklist\": true,\r\n            \"links_whitelist\": true,\r\n            \"links_blacklist\": true,\r\n            \"attachments_whitelist\": true,\r\n            \"attachments_blacklist\": true,\r\n            \"block_files_types\": true,\r\n            \"block_files_types_extensions\": true\r\n        },\r\n        \"outbound\": {\r\n            \"rules\": true,\r\n            \"policy\": true,\r\n            \"enforce_domain\": true,\r\n            \"outbound_reviewers_quarantine_notifications\": true,\r\n            \"send_welcome_email\": true\r\n        },\r\n        \"accountTakeover\": {\r\n            \"incident_types\": true\r\n        },\r\n        \"domainProtection\": {\r\n            \"domain_impersonation_enabled\": true\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://be.trustifi.com/api/i/v1/admin/outbound/policy/install","description":"<h3 id=\"🔧-request-parameters\">🔧 Request Parameters</h3>\n<p><code>name</code> (String, <strong>Required</strong>) – Policy name to be created.</p>\n<p><code>configuration</code> (Object, <strong>Required</strong>) – Defines the policy modules and their enabled features.</p>\n<p><code>inbound</code> (Object, Optional)</p>\n<p>Controls inbound email protection settings.</p>\n<ul>\n<li><p><code>rules</code> (Boolean, Optional) – Enable inbound rules configuration.</p>\n</li>\n<li><p><code>inbound_email_rules</code> (Boolean, Optional) – Enable inbound email rules.</p>\n</li>\n<li><p><code>phishing_bypass</code> (Boolean, Optional) – Enable phishing bypass functionality.</p>\n</li>\n<li><p><code>senders_whitelist</code> (Boolean, Optional) – Enable sender allowlist.</p>\n</li>\n<li><p><code>senders_whitelist_advanced</code> (Boolean, Optional) – Enable advanced sender allowlist options.</p>\n</li>\n<li><p><code>personal_list_settings</code> (Boolean, Optional) – Enable personal allow/block list configuration.</p>\n</li>\n<li><p><code>senders_blacklist</code> (Boolean, Optional) – Enable sender blocklist.</p>\n</li>\n<li><p><code>links_whitelist</code> (Boolean, Optional) – Enable link allowlist.</p>\n</li>\n<li><p><code>links_blacklist</code> (Boolean, Optional) – Enable link blocklist.</p>\n</li>\n<li><p><code>attachments_whitelist</code> (Boolean, Optional) – Enable attachment allowlist.</p>\n</li>\n<li><p><code>attachments_blacklist</code> (Boolean, Optional) – Enable attachment blocklist.</p>\n</li>\n<li><p><code>block_files_types</code> (Boolean, Optional) – Enable blocking by file type.</p>\n</li>\n<li><p><code>block_files_types_extensions</code> (Boolean, Optional) – Enable blocking by file extension.</p>\n</li>\n</ul>\n<hr />\n<h5 id=\"outbound-object-optional\"><code>outbound</code> (Object, Optional)</h5>\n<p>Controls outbound email policy behavior.</p>\n<ul>\n<li><p><code>rules</code> (Boolean, Optional) – Enable outbound rules configuration.</p>\n</li>\n<li><p><code>policy</code> (Boolean, Optional) – Copy outbound policy.</p>\n</li>\n<li><p><code>enforce_domain</code> (Boolean, Optional) – Restrict outbound sending by domain.</p>\n</li>\n<li><p><code>outbound_reviewers_quarantine_notifications</code> (Boolean, Optional) – Enable quarantine notifications for outbound reviewers.</p>\n</li>\n<li><p><code>send_welcome_email</code> (Boolean, Optional) – Send a welcome email when the policy is applied.</p>\n</li>\n</ul>\n<hr />\n<h5 id=\"accounttakeover-object-optional\"><code>accountTakeover</code> (Object, Optional)</h5>\n<ul>\n<li><code>incident_types</code> (Boolean, Optional) – Enable detection of account takeover incidents.</li>\n</ul>\n<hr />\n<h5 id=\"domainprotection-object-optional\"><code>domainProtection</code> (Object, Optional)</h5>\n<ul>\n<li><code>domain_impersonation_enabled</code> (Boolean, Optional) – Enable protection against domain impersonation.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","i","v1","admin","outbound","policy","install"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"d60af016-85c1-4449-a08e-6b70c5b3d842","name":"Create policy","originalRequest":{"method":"GET","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"Application credentials"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"Application credentials"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Secure policy\",\r\n    \"configuration\": {\r\n        \"inbound\": {\r\n            \"rules\": true,\r\n            \"inbound_email_rules\": true,\r\n            \"phishing_bypass\": true,\r\n            \"senders_whitelist\": true,\r\n            \"senders_whitelist_advanced\": true,\r\n            \"personal_list_settings\": true,\r\n            \"senders_blacklist\": true,\r\n            \"links_whitelist\": true,\r\n            \"links_blacklist\": true,\r\n            \"attachments_whitelist\": true,\r\n            \"attachments_blacklist\": true,\r\n            \"block_files_types\": true,\r\n            \"block_files_types_extensions\": true\r\n        },\r\n        \"outbound\": {\r\n            \"rules\": true,\r\n            \"policy\": true,\r\n            \"enforce_domain\": true,\r\n            \"outbound_reviewers_quarantine_notifications\": true,\r\n            \"send_welcome_email\": true\r\n        },\r\n        \"accountTakeover\": {\r\n            \"incident_types\": true\r\n        },\r\n        \"domainProtection\": {\r\n            \"domain_impersonation_enabled\": true\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://be.trustifi.com/api/i/v1/admin/outbound/policy/install"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"log\": \"created policy: Secure policy\"\r\n}"}],"_postman_id":"2ad4444d-c1d7-43dc-8aee-3110486606c8"},{"name":"Copy policy","id":"4a954a96-5b8f-4e81-8c27-b86929f115be","request":{"method":"PUT","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"action\": \"install\",\r\n    \"type\": \"specific\",\r\n    \"fromAdmin\": \"admin@trustificorp.com\",\r\n    \"admins\": [\r\n        \"toadmin@test.com\"\r\n    ],\r\n    \"name\": \"my policy name\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://be.trustifi.com/api/i/v1/admin/outbound/policy/install","description":"<h3 id=\"🔧-request-parameters\">🔧 Request Parameters</h3>\n<p><strong><code>action</code></strong> (String, <strong>Required</strong>) – Must be set to <code>\"install\"</code>.<br /><strong><code>fromAdmin</code></strong> (String, <strong>Required</strong>) – The admin of the plan to copy the policy from.<br /><strong><code>type</code></strong> (String, <strong>Required</strong>) – Determines which plans receive the copied policy:</p>\n<ul>\n<li><p><code>\"all\"</code> – Copy to all plans.</p>\n</li>\n<li><p><code>\"managed\"</code> – Copy to all managed plans.</p>\n</li>\n<li><p><code>\"specific\"</code> – Copy only to selected plans.</p>\n</li>\n</ul>\n<p><strong><code>admins</code></strong> (Array[String], Optional) – Required if <code>type</code> is <code>\"specific\"</code>.</p>\n<p>Specifies the list of target admins to copy the policy to.</p>\n<p><strong><code>name</code></strong>(String, <strong>Required</strong>) – Name of the policy to copy to admins.</p>\n","urlObject":{"protocol":"https","path":["api","i","v1","admin","outbound","policy","install"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"e7276837-2b09-4730-ab62-98e86b4ee21e","name":"Create policy","originalRequest":{"method":"GET","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"Application credentials"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"Application credentials"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"action\": \"install\",\r\n    \"type\": \"specific\",\r\n    \"fromAdmin\": \"admin@trustificorp.com\",\r\n    \"admins\": [\r\n        \"toadmin@test.com\"\r\n    ],\r\n    \"name\": \"my policy name\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://be.trustifi.com/api/i/v1/admin/outbound/policy/install"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4a954a96-5b8f-4e81-8c27-b86929f115be"},{"name":"Delete policy","id":"94226ec3-7dd2-4bcd-b2bc-c6dea760c84a","request":{"method":"DELETE","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"url":"https://be.trustifi.com/api/i/v1/admin/outbound/policy/install/{{policy_name}}","description":"<p>Use this endpoint to permanently remove a policy that is no longer needed or applicable.</p>\n<p><code>policy_name</code>: (String, Mandatory) the name of the policy</p>\n","urlObject":{"protocol":"https","path":["api","i","v1","admin","outbound","policy","install","{{policy_name}}"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"326c02b9-d775-4d21-8dd3-c26d6ce57d4f","name":"Delete policy","originalRequest":{"method":"DELETE","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"Application credentials"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"Application credentials"},{"key":"Content-Type","value":"application/json"}],"url":"https://be.trustifi.com/api/i/v1/admin/outbound/policy/install/68ebdd5e97bfac2ad3514055"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"94226ec3-7dd2-4bcd-b2bc-c6dea760c84a"}],"id":"59c9369c-971e-4bd9-8435-f51cb7cf1726","description":"<p>Copy policies from one plan to multiple plans</p>\n","_postman_id":"59c9369c-971e-4bd9-8435-f51cb7cf1726"},{"name":"Get audit logs","event":[{"listen":"test","script":{"id":"cf446f68-3c0c-4a9d-ae2c-8c6c5689a85f","exec":[""],"type":"text/javascript","packages":{}}}],"id":"7ab4e888-f0f4-4030-bdef-97a78db108f2","request":{"method":"GET","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"url":"https://be.trustifi.com/api/i/v1/admin/outbound/audit?period=last3Days","description":"<p>Get all of the Account Takeover Protection audit logs</p>\n<p><code>period</code>: (String) Allowed values: lastDay/last3Dats/lastWeek/lastMonth/all.</p>\n","urlObject":{"protocol":"https","path":["api","i","v1","admin","outbound","audit"],"host":["be","trustifi","com"],"query":[{"key":"period","value":"last3Days"}],"variable":[]}},"response":[],"_postman_id":"7ab4e888-f0f4-4030-bdef-97a78db108f2"}],"id":"1d77fa6e-a8bf-44d0-ad81-f75d615da163","_postman_id":"1d77fa6e-a8bf-44d0-ad81-f75d615da163","description":""},{"name":"Data Classification","item":[{"name":"Classify text","id":"477f6056-7f2c-4237-9dd5-ea6f51b22ea7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"passport 367589421 credit card 4532-2326-0646-9078 SSN 333-22-4444\",\n    \"applyAllDetectors\": false,\n    \"specific_sensitivity_types\": [\"US phone number\"],\n    \"specific_sensitivity_categories\": [\"Financial\"],\n    \"personal_sensitivity_types\": [\n        {\"name\": \"US phone number\", \"regex\": \"\\\\(\\\\d{3}\\\\) \\\\d{3}-\\\\d{4}\", \"sensitivity\": 5},\n        {\"name\": \"US phone number\", \"regex\": \"XChcZHszfVwpIFxkezN9LVxkezR9\", \"regex_base64\": true, \"sensitivity\": 5}\n    ]\n}"},"url":"https://attachments.trustifi.com/api/i/v1/admin/sensitivity/test/text","description":"<p>Scans the provided <strong>text</strong> for sensitive information.</p>\n<ul>\n<li><p>If sensitive content is detected, the response includes:</p>\n<ul>\n<li><p><code>sensitivity score</code> (1–5)</p>\n</li>\n<li><p><code>sensitivity type</code> and <code>subtype(s)</code></p>\n</li>\n<li><p><code>relevant compliance(s)</code></p>\n</li>\n<li><p>the detected <code>sensitive content</code></p>\n</li>\n</ul>\n</li>\n<li><p>If no sensitive content is found, the response returns a <code>sensitivity score</code> of <code>0</code>.</p>\n</li>\n</ul>\n<hr />\n<h3 id=\"🔧-request-parameters\">🔧 Request Parameters</h3>\n<h4 id=\"text-string-required\"><code>text</code> (String, <strong>Required</strong>)</h4>\n<p>The text to be analyzed for sensitive content.</p>\n<h4 id=\"applyalldetectors-boolean-optional\"><code>applyAllDetectors</code> (Boolean, Optional)</h4>\n<p>If <code>true</code>, scans the text using all available DLP detectors.</p>\n<h4 id=\"specific_sensitivity_types-arraystring-optional\"><code>specific_sensitivity_types</code> (Array[String], Optional)</h4>\n<p>Limits the scan to specific sensitivity types.</p>\n<h4 id=\"specific_sensitivity_categories-arraystring-optional\"><code>specific_sensitivity_categories</code> (Array[String], Optional)</h4>\n<p>Limits the scan to specific sensitivity categories.</p>\n<p>Supported categories:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Government, Financial, PII, Cryptocurrency, Credentials, \nMedical, Logistics, Business, Cryptographic, Networking, Educational\n\n</code></pre><h4 id=\"personal_sensitivity_types-arrayobject-optional\"><code>personal_sensitivity_types</code> (Array[Object], Optional)</h4>\n<p>Custom sensitivity definitions. Each object can include:</p>\n<ul>\n<li><p><code>name</code> (String): Name of the custom sensitivity type</p>\n</li>\n<li><p><code>regex</code> (String): Regex pattern (escaped or base64)</p>\n</li>\n<li><p><code>regex_base64</code> (Boolean, Optional): Set to <code>true</code> if <code>regex</code> is base64-encoded</p>\n</li>\n<li><p><code>sensitivity</code> (Number): Score between 1 and 5</p>\n</li>\n</ul>\n<hr />\n","urlObject":{"protocol":"https","path":["api","i","v1","admin","sensitivity","test","text"],"host":["attachments","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"1d3c93a2-8f5b-41b4-8da8-f439c02b59ba","name":"Classify text","originalRequest":{"method":"POST","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"Application credentials"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"Application credentials"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"text\": \"passport 367589421 credit card 4532-2326-0646-9078 SSN 333-22-4444\",\n   \"specific_sensitivity_categories\": [\"Financial\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://attachments.trustifi.com/api/i/v1/admin/sensitivity/test/text"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"sensitive_types\": [\n        {\n            \"sensitive_type\": \"Credit Card Information\",\n            \"category\": \"Financial\",\n            \"score\": 5,\n            \"content\": \"4532232606469078, credit card\",\n            \"compliance\": [\n                \"PCI\",\n                \"CCPA\",\n                \"GDPR\",\n                \"PDPO\",\n                \"LGPD\",\n                \"POPI\",\n                \"GLBA\"\n            ],\n            \"reliability\": 1\n        },\n        {\n            \"sensitive_type\": \"Credit Card Number\",\n            \"category\": \"Financial\",\n            \"score\": 4.5,\n            \"content\": \"4532232606469078\",\n            \"compliance\": [\n                \"PCI\",\n                \"CCPA\",\n                \"GDPR\",\n                \"PDPO\",\n                \"LGPD\",\n                \"POPI\",\n                \"GLBA\"\n            ],\n            \"reliability\": 0.9\n        },\n        {\n            \"sensitive_type\": \"United States - Social Security Number\",\n            \"category\": \"PII\",\n            \"score\": 4,\n            \"content\": \"333-22-4444\",\n            \"compliance\": [\n                \"HIPAA\",\n                \"CCPA\",\n                \"GDPR\",\n                \"PDPO\",\n                \"LGPD\",\n                \"POPI\",\n                \"FERPA\",\n                \"GLBA\"\n            ],\n            \"reliability\": 0.8\n        },\n        {\n            \"sensitive_type\": \"United States - Social Security Number (Non-Format)\",\n            \"category\": \"PII\",\n            \"score\": 4,\n            \"content\": \"SSN 333-22-4444, 333-22-4444\",\n            \"compliance\": [\n                \"HIPAA\",\n                \"CCPA\",\n                \"GDPR\",\n                \"PDPO\",\n                \"LGPD\",\n                \"POPI\",\n                \"FERPA\",\n                \"GLBA\"\n            ],\n            \"reliability\": 1\n        },\n        {\n            \"sensitive_type\": \"United States - Passport Number\",\n            \"category\": \"PII\",\n            \"score\": 4,\n            \"content\": \"passport 367589421, 367589421\",\n            \"compliance\": [\n                \"CCPA\",\n                \"GDPR\",\n                \"PDPO\",\n                \"LGPD\",\n                \"POPI\",\n                \"FERPA\",\n                \"GLBA\"\n            ],\n            \"reliability\": 1\n        },\n        {\n            \"sensitive_type\": \"Passport Number\",\n            \"category\": \"PII\",\n            \"score\": 3.2,\n            \"content\": \"passport 367589421, 367589421\",\n            \"compliance\": [\n                \"CCPA\",\n                \"GDPR\",\n                \"PDPO\",\n                \"LGPD\",\n                \"POPI\",\n                \"FERPA\",\n                \"GLBA\"\n            ],\n            \"reliability\": 0.8\n        }\n    ],\n    \"score\": 5\n}"}],"_postman_id":"477f6056-7f2c-4237-9dd5-ea6f51b22ea7"},{"name":"Classify file","id":"bf9adf22-4a7d-450c-a21c-86d2e95c2fe2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"specific_sensitivity_types","value":"[\"US phone number\"]","type":"text","uuid":"18ef7560-23d2-4bd3-adbd-cd39fb4b9853"},{"key":"personal_sensitivity_types","value":" [{\"name\": \"US phone number\", \"regex\": \"\\\\(\\\\d{3}\\\\) \\\\d{3}-\\\\d{4}\", \"sensitivity\": 5}, {\"name\": \"US phone number\", \"regex\": \"XChcZHszfVwpIFxkezN9LVxkezR9\", \"sensitivity\": 5,  \"regex_base64\": true}]","type":"text","uuid":"a2fc93ed-c6b8-429d-bae3-1bf5d761534d"},{"key":"specific_sensitivity_categories","value":"[\"Financial\"]","type":"text"}]},"url":"https://attachments.trustifi.com/api/i/v1/admin/sensitivity/test/file","description":"<p>Scans the provided <strong>file</strong> for sensitive information.</p>\n<ul>\n<li><p>If sensitive content is detected, the response includes:</p>\n<ul>\n<li><p><code>sensitivity score</code> (1–5)</p>\n</li>\n<li><p><code>sensitivity type</code> and <code>subtype(s)</code></p>\n</li>\n<li><p><code>relevant compliance(s)</code></p>\n</li>\n<li><p>the detected <code>sensitive content</code></p>\n</li>\n</ul>\n</li>\n<li><p>If no sensitive content is found, the response returns a <code>sensitivity score</code> of <code>0</code>.</p>\n</li>\n</ul>\n<hr />\n<h3 id=\"🔧-request-parameters\">🔧 Request Parameters</h3>\n<h4 id=\"text-string-required\"><code>text</code> (String, <strong>Required</strong>)</h4>\n<p>The text to be analyzed for sensitive content.</p>\n<h4 id=\"applyalldetectors-boolean-optional\"><code>applyAllDetectors</code> (Boolean, Optional)</h4>\n<p>If <code>true</code>, scans the text using all available DLP detectors.</p>\n<h4 id=\"specific_sensitivity_types-arraystring-optional\"><code>specific_sensitivity_types</code> (Array[String], Optional)</h4>\n<p>Limits the scan to specific sensitivity types.</p>\n<h4 id=\"specific_sensitivity_categories-arraystring-optional\"><code>specific_sensitivity_categories</code> (Array[String], Optional)</h4>\n<p>Limits the scan to specific sensitivity categories.</p>\n<p>Supported categories:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Government, Financial, PII, Cryptocurrency, Credentials, \nMedical, Logistics, Business, Cryptographic, Networking, Educational\n\n</code></pre><h4 id=\"personal_sensitivity_types-arrayobject-optional\"><code>personal_sensitivity_types</code> (Array[Object], Optional)</h4>\n<p>Custom sensitivity definitions. Each object can include:</p>\n<ul>\n<li><p><code>name</code> (String): Name of the custom sensitivity type</p>\n</li>\n<li><p><code>regex</code> (String): Regex pattern (escaped or base64)</p>\n</li>\n<li><p><code>regex_base64</code> (Boolean, Optional): Set to <code>true</code> if <code>regex</code> is base64-encoded</p>\n</li>\n<li><p><code>sensitivity</code> (Number): Score between 1 and 5</p>\n</li>\n</ul>\n<hr />\n","urlObject":{"protocol":"https","path":["api","i","v1","admin","sensitivity","test","file"],"host":["attachments","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"4bb1ff7e-457a-4538-aa2c-4c19c70a28d0","name":"Classify file","originalRequest":{"method":"POST","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"Application credentials"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"Application credentials"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}],"options":{"raw":{"language":"json"}}},"url":"https://be.trustifi.com/api/i/v1/admin/sensitivity/test/file"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"sensitive_types\": [\n        {\n            \"sensitive_type\": \"Credit Card Information\",\n            \"score\": 5,\n            \"content\": \"4532232606469078, credit card\",\n            \"compliance\": [\n                \"PCI\",\n                \"CCPA\",\n                \"GDPR\",\n                \"PDPO\",\n                \"LGPD\",\n                \"POPI\",\n                \"GLBA\"\n            ]\n        },\n        {\n            \"sensitive_type\": \"Credit Card Number\",\n            \"score\": 4.5,\n            \"content\": \"4532232606469078\",\n            \"compliance\": [\n                \"PCI\",\n                \"CCPA\",\n                \"GDPR\",\n                \"PDPO\",\n                \"LGPD\",\n                \"POPI\",\n                \"GLBA\"\n            ]\n        },\n        {\n            \"sensitive_type\": \"United States - Social Security Number\",\n            \"score\": 4,\n            \"content\": \"333-22-4444\",\n            \"compliance\": [\n                \"HIPAA\",\n                \"CCPA\",\n                \"GDPR\",\n                \"PDPO\",\n                \"LGPD\",\n                \"POPI\",\n                \"FERPA\",\n                \"GLBA\"\n            ]\n        },\n        {\n            \"sensitive_type\": \"United States - Social Security Number (Non-Format)\",\n            \"score\": 4,\n            \"content\": \"SSN 333-22-4444\",\n            \"compliance\": [\n                \"HIPAA\",\n                \"CCPA\",\n                \"GDPR\",\n                \"PDPO\",\n                \"LGPD\",\n                \"POPI\",\n                \"FERPA\",\n                \"GLBA\"\n            ]\n        },\n        {\n            \"sensitive_type\": \"United States - Passport Number\",\n            \"score\": 4,\n            \"content\": \"passport 367589421, 367589421\",\n            \"compliance\": [\n                \"CCPA\",\n                \"GDPR\",\n                \"PDPO\",\n                \"LGPD\",\n                \"POPI\",\n                \"FERPA\",\n                \"GLBA\"\n            ]\n        },\n        {\n            \"sensitive_type\": \"United Kingdom - Passport Number\",\n            \"score\": 4,\n            \"content\": \"passport 367589421, 367589421\",\n            \"compliance\": [\n                \"CCPA\",\n                \"GDPR\",\n                \"PDPO\",\n                \"LGPD\",\n                \"POPI\",\n                \"FERPA\",\n                \"GLBA\"\n            ]\n        }\n    ],\n    \"score\": 5\n}"}],"_postman_id":"bf9adf22-4a7d-450c-a21c-86d2e95c2fe2"}],"id":"af695da9-9c30-48d6-b16d-9d0745c462c0","_postman_id":"af695da9-9c30-48d6-b16d-9d0745c462c0","description":""},{"name":"Inbound Management","item":[{"name":"Allow/Block lists","item":[{"name":"Add sender to list","id":"733c2980-7103-4c14-ba17-d0c7c66582f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"whitelist\",\n    \"action\": \"Add\",\n    \"items\": [\n        {\n            \"description\": \"dummy description\",\n            \"value\": \"dummy.com\",\n            \"matchType\": \"exact match\"\n        }\n    ]\n}"},"url":"https://be.trustifi.com/api/i/v1/admin/inbound/tp/config","description":"<p>Adds one or more <strong>senders</strong> to the plan’s global <strong>allowlist</strong> or <strong>blocklist</strong>, depending on the value of the <code>type</code> parameter.</p>\n<p>If you want to add a sender to the allow/block list of a <strong>specific mailbox</strong>, send the request to the following endpoint:</p>\n<p><code>https://be.trustifi.com/api/i/v1/admin/inbound/tp/users</code></p>\n<p>and include the following additional field in the request body:</p>\n<ul>\n<li><code>userEmail</code> (String, <strong>Required</strong>) — The email address of the mailbox to which the sender should be added</li>\n</ul>\n<h3 id=\"🔧-request-parameters\">🔧 Request Parameters</h3>\n<h4 id=\"action-string-required\"><code>action</code> (String, <strong>Required</strong>)</h4>\n<p>Value must be <code>Add</code>.</p>\n<hr />\n<h4 id=\"type-string-required\"><code>type</code> (String, <strong>Required</strong>)</h4>\n<p>Can be one of the following:</p>\n<ul>\n<li><p><code>whitelist</code> — Adds the sender to the allowlist.</p>\n</li>\n<li><p><code>blacklist</code> — Adds the sender to the blocklist.</p>\n</li>\n</ul>\n<hr />\n<h4 id=\"items-arrayobject-required\"><code>items</code> (Array[Object], <strong>Required</strong>)</h4>\n<p>List of sender objects to be added.</p>\n<p>Each item includes:</p>\n<ul>\n<li><p><code>value</code> (String, <strong>Required</strong>) —</p>\n<p>  If <code>matchType</code> is <code>exact match</code>: must be a valid email address or domain.</p>\n<p>  If <code>matchType</code> is <code>starts with</code>, <code>ends with</code>, or <code>contains</code>: can be any string.</p>\n</li>\n<li><p><code>matchType</code> (String, <strong>Required</strong>) —</p>\n<p>  Determines how the sender string should be matched.</p>\n<p>  Can be one of the following:</p>\n<ul>\n<li><p><code>exact match</code> — Matches specific (valid) email addresses or domains only.</p>\n</li>\n<li><p><code>starts with</code> — Matches any email address starting with the provided string.</p>\n</li>\n<li><p><code>ends with</code> — Matches any email address ending with the provided string.</p>\n</li>\n<li><p><code>contains</code> — Matches any email address containing the provided string.</p>\n</li>\n</ul>\n</li>\n<li><p><code>description</code> (String, Optional) —</p>\n<p>  Optional field. Can describe the sender or the reason it was added to the allow/block list.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","i","v1","admin","inbound","tp","config"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"c80471ce-6641-4040-be79-d28af385775d","name":"Add sender to list","originalRequest":{"method":"POST","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"Application credentials"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"Application credentials"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"whitelist\",\n    \"action\": \"Add\",\n    \"items\": [\n        {\n            \"description\": \"dummy description\",\n            \"value\": \"dummy.com\",\n            \"matchType\": \"exact match\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://be.trustifi.com/api/i/v1/admin/inbound/tp/config"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Trustifi"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=5184000; includeSubDomains"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Download-Options","value":"noopen"},{"key":"Content-Security-Policy","value":"upgrade-insecure-requests"},{"key":"X-Content-Security-Policy","value":"upgrade-insecure-requests"},{"key":"X-Webkit-Csp","value":"upgrade-insecure-requests"},{"key":"Surrogate-Control","value":"no-store"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, proxy-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS, HEAD"},{"key":"Access-Control-Allow-Headers","value":"accept, Content-Type, Access-Control-Allow-Headers, Authorization, user-type, transfer-encoding, X-Requested-With, x-request-id, x-keep-request-id, x-access-token, x-forwarded-for, x-trustifi-content-type, x-access-enc, x-trustifi-key, x-trustifi-secret, x-trustifi-enc, x-trustifi-fingerprint, x-trustifi-2fa-fingerprint, x-trustifi-creds, x-trustifi-inbound-processed, x-trustifi-smtp-secret, x-trustifi-sign, x-trustifi-source, x-trustifi-internal-secret, x-trustifi-managed-admin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Ratelimit-Limit","value":"10000"},{"key":"X-Ratelimit-Remaining","value":"9999"},{"key":"Date","value":"Tue, 10 Nov 2020 13:13:47 GMT"},{"key":"X-Ratelimit-Reset","value":"1605014050"},{"key":"Content-Length","value":"51"},{"key":"Etag","value":"W/\"33-n8CetJCcNjwFr9OCOFcyVTi7kug\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"733c2980-7103-4c14-ba17-d0c7c66582f5"},{"name":"Add link to list","id":"62422d2c-59f4-4d3e-bfcc-f411435aa268","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"Add\",\n    \"type\": \"linksWhitelist\",\n    \"links\": [\n        {\n            \"link\": \"https://dummy.com\",\n            \"description\": \"dummy description\",\n            \"matchType\": \"exact match\"\n        }\n    ]\n}"},"url":"https://be.trustifi.com/api/i/v1/admin/inbound/tp/config","description":"<p>Adds one or more <strong>URLs</strong> to the plan’s global <strong>allowlist</strong> or <strong>blocklist</strong>, depending on the value of the <code>type</code> parameter.</p>\n<p>If you want to add a URL to the allow/block list of a <strong>specific mailbox</strong>, send the request to the following endpoint:</p>\n<p><code>https://be.trustifi.com/api/i/v1/admin/inbound/tp/users</code></p>\n<p>and include the following additional field in the request body:</p>\n<ul>\n<li><code>userEmail</code> (String, <strong>Required</strong>) — The email address of the mailbox to which the URL should be added.</li>\n</ul>\n<h3 id=\"🔧-request-parameters\">🔧 Request Parameters</h3>\n<h4 id=\"action-string-required\"><code>action</code> (String, <strong>Required</strong>)</h4>\n<p>Value must be <code>Add</code>.</p>\n<hr />\n<h4 id=\"type-string-required\"><code>type</code> (String, <strong>Required</strong>)</h4>\n<p>Can be one of the following:</p>\n<ul>\n<li><p><code>linksWhitelist</code> — Adds the link to the allowlist.</p>\n</li>\n<li><p><code>linksBlacklist</code> — Adds the link to the blocklist.</p>\n</li>\n</ul>\n<hr />\n<h4 id=\"links-arrayobject-required\"><code>links</code> (Array{Object], <strong>Required</strong>)</h4>\n<p>List of link objects to be added.</p>\n<p>Each item includes:</p>\n<ul>\n<li><p><code>value</code> (String, <strong>Required</strong>) —</p>\n<p>  If <code>matchType</code> is <code>exact match</code>: must be a full and valid URL.</p>\n<p>  If <code>matchType</code> is <code>starts with</code>, <code>ends with</code>, or <code>contains</code>: can be any string.</p>\n</li>\n<li><p><code>matchType</code> (String, <strong>Required</strong>) —</p>\n<p>  Determines how the link string should be matched.</p>\n<p>  Can be one of the following:</p>\n<ul>\n<li><p><code>exact match</code> — Matches specific (valid) URLs only.</p>\n</li>\n<li><p><code>starts with</code> — Matches any URL starting with the provided string.</p>\n</li>\n<li><p><code>ends with</code> — Matches any URL ending with the provided string.</p>\n</li>\n<li><p><code>contains</code> — Matches any URL containing the provided string.</p>\n</li>\n</ul>\n</li>\n<li><p><code>description</code> (String, Optional) —</p>\n<p>  Optional field. Can describe the link or the reason it was added to the allow/block list.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","i","v1","admin","inbound","tp","config"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"ce3a1108-e106-42d6-9ef2-9e907bd04cdc","name":"Ad link to list","originalRequest":{"method":"POST","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"Application credentials"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"Application credentials"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"Add\",\n    \"type\": \"linksWhitelist\",\n    \"links\": [\n        {\n            \"link\": \"https://dummy.com\",\n            \"description\": \"dummy description\",\n            \"matchType\": \"exact match\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://be.trustifi.com/api/i/v1/admin/inbound/tp/config"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Trustifi"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=5184000; includeSubDomains"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Download-Options","value":"noopen"},{"key":"Content-Security-Policy","value":"upgrade-insecure-requests"},{"key":"X-Content-Security-Policy","value":"upgrade-insecure-requests"},{"key":"X-Webkit-Csp","value":"upgrade-insecure-requests"},{"key":"Surrogate-Control","value":"no-store"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, proxy-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS, HEAD"},{"key":"Access-Control-Allow-Headers","value":"accept, Content-Type, Access-Control-Allow-Headers, Authorization, user-type, transfer-encoding, X-Requested-With, x-request-id, x-keep-request-id, x-access-token, x-forwarded-for, x-trustifi-content-type, x-access-enc, x-trustifi-key, x-trustifi-secret, x-trustifi-enc, x-trustifi-fingerprint, x-trustifi-2fa-fingerprint, x-trustifi-creds, x-trustifi-inbound-processed, x-trustifi-smtp-secret, x-trustifi-sign, x-trustifi-source, x-trustifi-internal-secret, x-trustifi-managed-admin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Ratelimit-Limit","value":"10000"},{"key":"X-Ratelimit-Remaining","value":"9999"},{"key":"Date","value":"Tue, 10 Nov 2020 13:13:47 GMT"},{"key":"X-Ratelimit-Reset","value":"1605014050"},{"key":"Content-Length","value":"51"},{"key":"Etag","value":"W/\"33-n8CetJCcNjwFr9OCOFcyVTi7kug\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"62422d2c-59f4-4d3e-bfcc-f411435aa268"},{"name":"Add attachment to list","id":"b6987d26-436a-47d1-999e-b471a0d6f136","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"Add\",\n    \"type\": \"attachmentsWhitelist\",\n    \"attachments\": [\n        {\n            \"name\": \"dummy\",\n            \"hash\": \"01269db85cf16e67d82e63b20a8d79b5bd0d6ae8de2834c61350ad7588c804ea\"\n        }\n    ]\n}"},"url":"https://be.trustifi.com/api/i/v1/admin/inbound/tp/config","description":"<p>Adds one or more <strong>attachments</strong> to the plan’s global <strong>allowlist</strong> or <strong>blocklist</strong>, depending on the value of the <code>type</code> parameter.</p>\n<p>If you want to add an attachment to the allow/block list of a <strong>specific mailbox</strong>, send the request to the following endpoint:</p>\n<p><code>https://be.trustifi.com/api/i/v1/admin/inbound/tp/users</code></p>\n<p>and include the following additional field in the request body:</p>\n<ul>\n<li><code>userEmail</code> (String, <strong>Required</strong>) — The email address of the mailbox to which the attachment should be added.</li>\n</ul>\n<h3 id=\"🔧-request-parameters\">🔧 Request Parameters</h3>\n<h4 id=\"action-string-required\"><code>action</code> (String, <strong>Required</strong>)</h4>\n<p>Value must be <code>Add</code>.</p>\n<hr />\n<h4 id=\"type-string-required\"><code>type</code> (String, <strong>Required</strong>)</h4>\n<p>Can be one of the following:</p>\n<ul>\n<li><p><code>attachmentsWhitelist</code> — Adds the attachment to the allowlist.</p>\n</li>\n<li><p><code>attachmentsBlacklist</code> — Adds the attachment to the blocklist.</p>\n</li>\n</ul>\n<hr />\n<h4 id=\"attachments-arrayobject-required\"><code>attachments</code> (Array[Object], <strong>Required</strong>)</h4>\n<p>List of attachment objects to be added.</p>\n<p>Each item includes:</p>\n<ul>\n<li><p><code>name</code> (String, <strong>Required</strong>) — The name of the attachment file.</p>\n</li>\n<li><p><code>hash</code> (String, <strong>Required</strong>) — The attachment’s hash value — must be either <strong>MD5</strong> or <strong>SHA256</strong>.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","i","v1","admin","inbound","tp","config"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"ff024528-a0dc-451d-a49e-a255f58e22bb","name":"Add attachment to list","originalRequest":{"method":"POST","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"Application credentials"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"Application credentials"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"Add\",\n    \"type\": \"attachmentsWhitelist\",\n    \"attachments\": [\n        {\n            \"name\": \"dummy\",\n            \"hash\": \"01269db85cf16e67d82e63b20a8d79b5bd0d6ae8de2834c61350ad7588c804ea\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://be.trustifi.com/api/i/v1/admin/inbound/tp/config"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Trustifi"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=5184000; includeSubDomains"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Download-Options","value":"noopen"},{"key":"Content-Security-Policy","value":"upgrade-insecure-requests"},{"key":"X-Content-Security-Policy","value":"upgrade-insecure-requests"},{"key":"X-Webkit-Csp","value":"upgrade-insecure-requests"},{"key":"Surrogate-Control","value":"no-store"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, proxy-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS, HEAD"},{"key":"Access-Control-Allow-Headers","value":"accept, Content-Type, Access-Control-Allow-Headers, Authorization, user-type, transfer-encoding, X-Requested-With, x-request-id, x-keep-request-id, x-access-token, x-forwarded-for, x-trustifi-content-type, x-access-enc, x-trustifi-key, x-trustifi-secret, x-trustifi-enc, x-trustifi-fingerprint, x-trustifi-2fa-fingerprint, x-trustifi-creds, x-trustifi-inbound-processed, x-trustifi-smtp-secret, x-trustifi-sign, x-trustifi-source, x-trustifi-internal-secret, x-trustifi-managed-admin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Ratelimit-Limit","value":"10000"},{"key":"X-Ratelimit-Remaining","value":"9999"},{"key":"Date","value":"Tue, 10 Nov 2020 13:13:47 GMT"},{"key":"X-Ratelimit-Reset","value":"1605014050"},{"key":"Content-Length","value":"51"},{"key":"Etag","value":"W/\"33-n8CetJCcNjwFr9OCOFcyVTi7kug\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b6987d26-436a-47d1-999e-b471a0d6f136"}],"id":"1f7f8b0c-9659-4bda-ac82-b15cfbe68157","description":"<p>API for scanning links, files, and email content or headers</p>\n","event":[{"listen":"prerequest","script":{"id":"e9344aef-6334-428e-9b73-ac4c9ceb1ee5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fe1c2126-2939-4209-b9bc-2830b128a880","type":"text/javascript","exec":[""]}}],"_postman_id":"1f7f8b0c-9659-4bda-ac82-b15cfbe68157"},{"name":"Scan file","id":"f62a7bf0-029c-4397-a5d8-500ab45c0aed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Application credentials</p>\n","key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY"},{"description":"<p>Application credentials</p>\n","key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"value\": [\n    {\n      \"name\": \"Notes.txt\",\n      \"type\": \"text/plain\",\n      \"content\": \"QmFzZTY0IENvbnRlbnQ=\",\n      \"hash_md5\": \"c037cfddc2c51e108f15b6b5d20ab58f\",\n      \"hash\": \"94658c91037f7790bbb09c20de14925712e603dcbef8942912c1763b47652b8e\"\n    }\n  ]\n}"},"url":"https://file-scan.trustifi.com/api/i/v1/scan/files","description":"<p>Scan file.<br />\nIf no file content provided, then the submitted hash will be used for a quick scan in our databases and feeds. Recommended to use the <code>hash</code> field for SHA256.<br />\n<br />\n<code>value</code>: (Array[String], Mandatory) the Array of the files.<br />\n <code>name</code>: (String, Optional) file's name.<br />\n <code>type</code>: (String, Optional) file's MIME type.<br />\n <code>content</code>: (String, Optional) files's Base64 content.<br />\n <code>hash_md5</code>: (String, Optional) file's MD5 hash.<br />\n <code>hash</code>: (String, Optional) file's SHA256 hash.<br /></p>\n","urlObject":{"protocol":"https","path":["api","i","v1","scan","files"],"host":["file-scan","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"3e7f0e3d-2539-4572-8b3f-ab5e94e51846","name":"Scan file","originalRequest":{"method":"POST","header":[{"description":"Application credentials","key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY"},{"description":"Application credentials","key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"value\": [\n    {\n      \"name\": \"Notes.txt\",\n      \"type\": \"text/plain\",\n      \"content\": \"QmFzZTY0IENvbnRlbnQ=\",\n      \"hash_md5\": \"c037cfddc2c51e108f15b6b5d20ab58f\",\n      \"hash\": \"94658c91037f7790bbb09c20de14925712e603dcbef8942912c1763b47652b8e\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://file-scan.trustifi.com/api/i/v1/scan/files"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Trustifi"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=5184000; includeSubDomains"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Download-Options","value":"noopen"},{"key":"Content-Security-Policy","value":"upgrade-insecure-requests"},{"key":"X-Content-Security-Policy","value":"upgrade-insecure-requests"},{"key":"X-Webkit-Csp","value":"upgrade-insecure-requests"},{"key":"Surrogate-Control","value":"no-store"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, proxy-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS, HEAD"},{"key":"Access-Control-Allow-Headers","value":"accept, Content-Type, Access-Control-Allow-Headers, Authorization, user-type, transfer-encoding, X-Requested-With, x-request-id, x-keep-request-id, x-access-token, x-forwarded-for, x-trustifi-content-type, x-access-enc, x-trustifi-key, x-trustifi-secret, x-trustifi-enc, x-trustifi-fingerprint, x-trustifi-2fa-fingerprint, x-trustifi-creds, x-trustifi-inbound-processed, x-trustifi-smtp-secret, x-trustifi-sign, x-trustifi-source, x-trustifi-internal-secret, x-trustifi-managed-admin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Ratelimit-Limit","value":"10000"},{"key":"X-Ratelimit-Remaining","value":"9999"},{"key":"Date","value":"Tue, 10 Nov 2020 13:13:47 GMT"},{"key":"X-Ratelimit-Reset","value":"1605014050"},{"key":"Content-Length","value":"51"},{"key":"Etag","value":"W/\"33-n8CetJCcNjwFr9OCOFcyVTi7kug\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n  \"hash\": {\n    \"status\": \"Safe\",\n    \"message\": \"No malicious attachments detected.\",\n    \"list\": [\n      {\n        \"name\": \"Notes.txt\",\n        \"type\": \"text/plain\",\n        \"hash\": \"94658c91037f7790bbb09c20de14925712e603dcbef8942912c1763b47652b8e\",\n        \"status\": \"Safe\",\n        \"malware_type\": \"\"\n      }\n    ],\n    \"sub_status\": [\n      \n    ]\n  },\n  \"messageId\": \"\"\n}"}],"_postman_id":"f62a7bf0-029c-4397-a5d8-500ab45c0aed"},{"name":"Scan link","id":"60e39c7e-4e63-4399-962c-31d8d0ae3b41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Application credentials</p>\n","key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY"},{"description":"<p>Application credentials</p>\n","key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"value\":[\n        {\n            \"href\":\"https://example.com/\"\n        },\n        {\n            \"href\":\"https://example.org/\"\n        }\n    ]\n}"},"url":"https://url-scan.trustifi.com/api/i/v1/scan/links","description":"<p>Scan link.<br />\n<br />\n<code>value</code>: (Array[String], Mandatory) the Array of the links.<br />\n <code>href</code>: (String, Mandatory) link address.<br /></p>\n","urlObject":{"protocol":"https","path":["api","i","v1","scan","links"],"host":["url-scan","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"58b1dff5-fb47-4667-b070-562b47182228","name":"Scan link","originalRequest":{"method":"POST","header":[{"description":"Application credentials","key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY"},{"description":"Application credentials","key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"value\":[\n        {\n            \"href\":\"https://example.com/\"\n        },\n        {\n            \"href\":\"https://malicious.trustifi.demo/\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://url-scan.trustifi.com/api/i/v1/scan/links"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"emails\": [\r\n        {\r\n            \"_id\": \"61063eab17d50600036db565\",\r\n            \"status\": \"quarantined\",\r\n            \"reason\": \"\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": false,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"a999765343@outlook.com\",\r\n            \"subject\": \"Two malicious links - one is whitelisted, return malicious status\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"tunamc@trustifitest.com\",\r\n            \"message_id\": \"DB9PR02MB7132F4A7D30F1AD3192B91EA84EE9@DB9PR02MB7132.eurprd02.prod.outlook.com\",\r\n            \"created\": \"2021-08-01T06:26:51.875Z\",\r\n            \"reviewer_actions\": []\r\n        },\r\n        {\r\n            \"_id\": \"61063e4417d50600036db4d4\",\r\n            \"status\": \"quarantined\",\r\n            \"reason\": \"\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": false,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"a999765343@outlook.com\",\r\n            \"subject\": \"Safe link with black listed link\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"tunamc@trustifitest.com\",\r\n            \"message_id\": \"DB9PR02MB713262175F2E7833A65F920784EE9@DB9PR02MB7132.eurprd02.prod.outlook.com\",\r\n            \"created\": \"2021-08-01T06:25:08.852Z\",\r\n            \"reviewer_actions\": []\r\n        },\r\n        {\r\n            \"_id\": \"61063e1794d4c1000441f586\",\r\n            \"status\": \"quarantined\",\r\n            \"reason\": \"\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": false,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"a999765343@outlook.com\",\r\n            \"subject\": \"Malicious link with safe link\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"tunamc@trustifitest.com\",\r\n            \"message_id\": \"DB9PR02MB713298DBED00825D6393794384EE9@DB9PR02MB7132.eurprd02.prod.outlook.com\",\r\n            \"created\": \"2021-08-01T06:24:23.897Z\",\r\n            \"reviewer_actions\": []\r\n        },\r\n        {\r\n            \"_id\": \"61063d8117d50600036db450\",\r\n            \"status\": \"quarantined\",\r\n            \"reason\": \"\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": false,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"a999765343@outlook.com\",\r\n            \"subject\": \"Redirect URL up to three layers leads to blacklisted link return malicious status\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"tunamc@trustifitest.com\",\r\n            \"message_id\": \"DB9PR02MB7132E6DDDDA7B69F65D0113F84EE9@DB9PR02MB7132.eurprd02.prod.outlook.com\",\r\n            \"created\": \"2021-08-01T06:21:53.693Z\",\r\n            \"reviewer_actions\": []\r\n        },\r\n        {\r\n            \"_id\": \"61063c4dd132500003fde61a\",\r\n            \"status\": \"quarantined\",\r\n            \"reason\": \"\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": false,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"a999765343@outlook.com\",\r\n            \"subject\": \"Safe link in black list\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"tunamc@trustifitest.com\",\r\n            \"message_id\": \"DB9PR02MB713216BC6BF2597E1BA8F90484EE9@DB9PR02MB7132.eurprd02.prod.outlook.com\",\r\n            \"created\": \"2021-08-01T06:16:46.378Z\",\r\n            \"reviewer_actions\": []\r\n        },\r\n        {\r\n            \"_id\": \"61063be417d50600036db3ba\",\r\n            \"status\": \"quarantined\",\r\n            \"reason\": \"\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": false,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"a999765343@outlook.com\",\r\n            \"subject\": \"Malicious link removed from whitelist\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"tunamc@trustifitest.com\",\r\n            \"message_id\": \"DB9PR02MB713247873E5285EA3A1D0B8D84EE9@DB9PR02MB7132.eurprd02.prod.outlook.com\",\r\n            \"created\": \"2021-08-01T06:15:00.431Z\",\r\n            \"reviewer_actions\": []\r\n        },\r\n        {\r\n            \"_id\": \"610268b400cc010003a60db1\",\r\n            \"status\": \"quarantined\",\r\n            \"reason\": \"\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": false,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"a999765343@outlook.com\",\r\n            \"subject\": \"Release quarantined emails: DL2 + members 1\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"pollymc@trustifitest.com\",\r\n            \"message_id\": \"DB9PR02MB7132B39BB147B48C1B8697CA84EB9@DB9PR02MB7132.eurprd02.prod.outlook.com\",\r\n            \"created\": \"2021-07-29T08:37:08.660Z\",\r\n            \"reviewer_actions\": []\r\n        },\r\n        {\r\n            \"_id\": \"610268b16bb7f600038b2056\",\r\n            \"status\": \"release\",\r\n            \"reason\": \"cloud-admin@trustifitest.com\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": true,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"a999765343@outlook.com\",\r\n            \"subject\": \"Release quarantined emails: DL2 + members 1\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"tunamc@trustifitest.com\",\r\n            \"message_id\": \"DB9PR02MB7132B39BB147B48C1B8697CA84EB9@DB9PR02MB7132.eurprd02.prod.outlook.com\",\r\n            \"created\": \"2021-07-29T08:37:06.174Z\",\r\n            \"reviewer_actions\": [\r\n                {\r\n                    \"_id\": \"610268c0be6a6c00045338ce\",\r\n                    \"created\": \"2021-07-29T08:37:20.221Z\",\r\n                    \"action\": \"Released email to mailbox tunamc@trustifitest.com\",\r\n                    \"reviewer\": \"cloud-admin@trustifitest.com\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"_id\": \"610268b06bb7f600038b2050\",\r\n            \"status\": \"release\",\r\n            \"reason\": \"cloud-admin@trustifitest.com\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": true,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"a999765343@outlook.com\",\r\n            \"subject\": \"Release quarantined emails: DL2 + members 1\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"cloud-admin@trustifitest.com\",\r\n            \"message_id\": \"DB9PR02MB7132B39BB147B48C1B8697CA84EB9@DB9PR02MB7132.eurprd02.prod.outlook.com\",\r\n            \"created\": \"2021-07-29T08:37:04.953Z\",\r\n            \"reviewer_actions\": [\r\n                {\r\n                    \"_id\": \"610268c24ba367000431892e\",\r\n                    \"created\": \"2021-07-29T08:37:22.106Z\",\r\n                    \"action\": \"Released email to mailbox cloud-admin@trustifitest.com\",\r\n                    \"reviewer\": \"cloud-admin@trustifitest.com\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"_id\": \"610268611f39d30004d95555\",\r\n            \"status\": \"quarantined\",\r\n            \"reason\": \"\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": false,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"a999765343@outlook.com\",\r\n            \"subject\": \"Release quarantined emails: DL2 + members\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"dl2#@trustifitest.com\",\r\n            \"message_id\": \"DB9PR02MB7132E072169B5EDE58A81F0E84EB9@DB9PR02MB7132.eurprd02.prod.outlook.com\",\r\n            \"created\": \"2021-07-29T08:35:45.469Z\",\r\n            \"reviewer_actions\": []\r\n        },\r\n        {\r\n            \"_id\": \"61026860be6a6c00045338c1\",\r\n            \"status\": \"quarantined\",\r\n            \"reason\": \"\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": false,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"a999765343@outlook.com\",\r\n            \"subject\": \"Release quarantined emails: DL2 + members\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"cloud-admin@trustifitest.com\",\r\n            \"message_id\": \"DB9PR02MB7132E072169B5EDE58A81F0E84EB9@DB9PR02MB7132.eurprd02.prod.outlook.com\",\r\n            \"created\": \"2021-07-29T08:35:44.206Z\",\r\n            \"reviewer_actions\": []\r\n        },\r\n        {\r\n            \"_id\": \"6102681300cc010003a60d49\",\r\n            \"status\": \"release\",\r\n            \"reason\": \"cloud-admin@trustifitest.com\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": true,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"a999765343@outlook.com\",\r\n            \"subject\": \"Release quarantined emails: No Copies + members\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"test2@trustifitest.com\",\r\n            \"message_id\": \"DB9PR02MB713260BE76AA60EC8D52514184EB9@DB9PR02MB7132.eurprd02.prod.outlook.com\",\r\n            \"created\": \"2021-07-29T08:34:36.925Z\",\r\n            \"reviewer_actions\": [\r\n                {\r\n                    \"_id\": \"6102682f9536660004e3fa3e\",\r\n                    \"created\": \"2021-07-29T08:34:55.474Z\",\r\n                    \"action\": \"Released email to mailbox test2@trustifitest.com\",\r\n                    \"reviewer\": \"cloud-admin@trustifitest.com\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"_id\": \"6102681200cc010003a60d40\",\r\n            \"status\": \"release\",\r\n            \"reason\": \"cloud-admin@trustifitest.com\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": true,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"a999765343@outlook.com\",\r\n            \"subject\": \"Release quarantined emails: No Copies + members\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"cloud-admin@trustifitest.com\",\r\n            \"message_id\": \"DB9PR02MB713260BE76AA60EC8D52514184EB9@DB9PR02MB7132.eurprd02.prod.outlook.com\",\r\n            \"created\": \"2021-07-29T08:34:27.323Z\",\r\n            \"reviewer_actions\": [\r\n                {\r\n                    \"_id\": \"610268304ba3670004318915\",\r\n                    \"created\": \"2021-07-29T08:34:56.788Z\",\r\n                    \"action\": \"Released email to mailbox cloud-admin@trustifitest.com\",\r\n                    \"reviewer\": \"cloud-admin@trustifitest.com\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"_id\": \"6102680d00cc010003a60d3a\",\r\n            \"status\": \"release\",\r\n            \"reason\": \"cloud-admin@trustifitest.com\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": true,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"a999765343@outlook.com\",\r\n            \"subject\": \"Release quarantined emails: No Copies + members\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"pollymc@trustifitest.com\",\r\n            \"message_id\": \"DB9PR02MB713260BE76AA60EC8D52514184EB9@DB9PR02MB7132.eurprd02.prod.outlook.com\",\r\n            \"created\": \"2021-07-29T08:34:23.283Z\",\r\n            \"reviewer_actions\": [\r\n                {\r\n                    \"_id\": \"6102682fdca02600044de9c3\",\r\n                    \"created\": \"2021-07-29T08:34:55.796Z\",\r\n                    \"action\": \"Released email to mailbox pollymc@trustifitest.com\",\r\n                    \"reviewer\": \"cloud-admin@trustifitest.com\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"_id\": \"610267b000cc010003a60d14\",\r\n            \"status\": \"release\",\r\n            \"reason\": \"cloud-admin@trustifitest.com\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": true,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"a999765343@outlook.com\",\r\n            \"subject\": \"Release quarantined emails: No Copies\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"test2@trustifitest.com\",\r\n            \"message_id\": \"DB9PR02MB71327E7B77FF66CD224BC96684EB9@DB9PR02MB7132.eurprd02.prod.outlook.com\",\r\n            \"created\": \"2021-07-29T08:32:49.342Z\",\r\n            \"reviewer_actions\": [\r\n                {\r\n                    \"_id\": \"610267cbbe6a6c00045338bb\",\r\n                    \"created\": \"2021-07-29T08:33:15.304Z\",\r\n                    \"action\": \"Released email to mailbox test2@trustifitest.com\",\r\n                    \"reviewer\": \"cloud-admin@trustifitest.com\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"_id\": \"610266dbd790030003872cf5\",\r\n            \"status\": \"release\",\r\n            \"reason\": \"cloud-admin@trustifitest.com\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": true,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"a999765343@outlook.com\",\r\n            \"subject\": \"Release quarantined emails: Copies + members\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"cloud-admin@trustifitest.com\",\r\n            \"message_id\": \"DB9PR02MB71327B64690F696902374A2D84EB9@DB9PR02MB7132.eurprd02.prod.outlook.com\",\r\n            \"created\": \"2021-07-29T08:29:15.895Z\",\r\n            \"reviewer_actions\": [\r\n                {\r\n                    \"_id\": \"610266f1a61b3d0004c1723d\",\r\n                    \"created\": \"2021-07-29T08:29:37.040Z\",\r\n                    \"action\": \"Released email to mailbox cloud-admin@trustifitest.com\",\r\n                    \"reviewer\": \"cloud-admin@trustifitest.com\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"_id\": \"610266dad790030003872cef\",\r\n            \"status\": \"release\",\r\n            \"reason\": \"cloud-admin@trustifitest.com\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": true,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"a999765343@outlook.com\",\r\n            \"subject\": \"Release quarantined emails: Copies + members\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"test1@trustifitest.com\",\r\n            \"message_id\": \"DB9PR02MB71327B64690F696902374A2D84EB9@DB9PR02MB7132.eurprd02.prod.outlook.com\",\r\n            \"created\": \"2021-07-29T08:29:15.099Z\",\r\n            \"reviewer_actions\": [\r\n                {\r\n                    \"_id\": \"610266f4dca02600044de9aa\",\r\n                    \"created\": \"2021-07-29T08:29:40.405Z\",\r\n                    \"action\": \"Released email to mailbox test1@trustifitest.com\",\r\n                    \"reviewer\": \"cloud-admin@trustifitest.com\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"_id\": \"610266d95081b50003f72355\",\r\n            \"status\": \"release\",\r\n            \"reason\": \"cloud-admin@trustifitest.com\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": true,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"a999765343@outlook.com\",\r\n            \"subject\": \"Release quarantined emails: Copies + members\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"pollymc@trustifitest.com\",\r\n            \"message_id\": \"DB9PR02MB71327B64690F696902374A2D84EB9@DB9PR02MB7132.eurprd02.prod.outlook.com\",\r\n            \"created\": \"2021-07-29T08:29:13.603Z\",\r\n            \"reviewer_actions\": [\r\n                {\r\n                    \"_id\": \"610266f2be6a6c00045338a0\",\r\n                    \"created\": \"2021-07-29T08:29:38.695Z\",\r\n                    \"action\": \"Released email to mailbox pollymc@trustifitest.com\",\r\n                    \"reviewer\": \"cloud-admin@trustifitest.com\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"_id\": \"6102669600cc010003a60ca7\",\r\n            \"status\": \"release\",\r\n            \"reason\": \"cloud-admin@trustifitest.com\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": true,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"a999765343@outlook.com\",\r\n            \"subject\": \"Release quarantined emails: Copies\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"cloud-admin@trustifitest.com\",\r\n            \"message_id\": \"DB9PR02MB7132DCBB71926CE785BF682B84EB9@DB9PR02MB7132.eurprd02.prod.outlook.com\",\r\n            \"created\": \"2021-07-29T08:28:07.684Z\",\r\n            \"reviewer_actions\": [\r\n                {\r\n                    \"_id\": \"610266a8a61b3d0004c17238\",\r\n                    \"created\": \"2021-07-29T08:28:24.918Z\",\r\n                    \"action\": \"Released email to mailbox cloud-admin@trustifitest.com\",\r\n                    \"reviewer\": \"cloud-admin@trustifitest.com\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"_id\": \"6102669500cc010003a60ca2\",\r\n            \"status\": \"release\",\r\n            \"reason\": \"cloud-admin@trustifitest.com\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": true,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"a999765343@outlook.com\",\r\n            \"subject\": \"Release quarantined emails: Copies\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"pollymc@trustifitest.com\",\r\n            \"message_id\": \"DB9PR02MB7132DCBB71926CE785BF682B84EB9@DB9PR02MB7132.eurprd02.prod.outlook.com\",\r\n            \"created\": \"2021-07-29T08:28:06.240Z\",\r\n            \"reviewer_actions\": [\r\n                {\r\n                    \"_id\": \"610266a9be6a6c0004533897\",\r\n                    \"created\": \"2021-07-29T08:28:25.377Z\",\r\n                    \"action\": \"Released email to mailbox pollymc@trustifitest.com\",\r\n                    \"reviewer\": \"cloud-admin@trustifitest.com\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"_id\": \"610266946bb7f600038b1f82\",\r\n            \"status\": \"release\",\r\n            \"reason\": \"cloud-admin@trustifitest.com\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": true,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"a999765343@outlook.com\",\r\n            \"subject\": \"Release quarantined emails: Copies\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"test1@trustifitest.com\",\r\n            \"message_id\": \"DB9PR02MB7132DCBB71926CE785BF682B84EB9@DB9PR02MB7132.eurprd02.prod.outlook.com\",\r\n            \"created\": \"2021-07-29T08:28:05.304Z\",\r\n            \"reviewer_actions\": [\r\n                {\r\n                    \"_id\": \"610266a9b290a30004660f74\",\r\n                    \"created\": \"2021-07-29T08:28:25.641Z\",\r\n                    \"action\": \"Released email to mailbox test1@trustifitest.com\",\r\n                    \"reviewer\": \"cloud-admin@trustifitest.com\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"_id\": \"61024ebcdca02600044de82e\",\r\n            \"status\": \"quarantined\",\r\n            \"reason\": \"\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": false,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"a999765343@outlook.com\",\r\n            \"subject\": \"Regular bitly link\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"tunamc@trustifitest.com\",\r\n            \"message_id\": \"DB9PR02MB7132252CD0464A2DB074211C84EB9@DB9PR02MB7132.eurprd02.prod.outlook.com\",\r\n            \"created\": \"2021-07-29T06:46:20.976Z\",\r\n            \"reviewer_actions\": []\r\n        },\r\n        {\r\n            \"_id\": \"61024bb25081b50003f7188e\",\r\n            \"status\": \"quarantined\",\r\n            \"reason\": \"\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": false,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"a999765343@outlook.com\",\r\n            \"subject\": \"Two maliicous links - one is whitelisted - NEW\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"tunamc@trustifitest.com\",\r\n            \"message_id\": \"DB9PR02MB7132DD2154BD16ED1CCAFFF884EB9@DB9PR02MB7132.eurprd02.prod.outlook.com\",\r\n            \"created\": \"2021-07-29T06:33:22.561Z\",\r\n            \"reviewer_actions\": []\r\n        },\r\n        {\r\n            \"_id\": \"61024b26b290a30004660d6d\",\r\n            \"status\": \"quarantined\",\r\n            \"reason\": \"\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": false,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"a999765343@outlook.com\",\r\n            \"subject\": \"Safe link + black listed link\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"tunamc@trustifitest.com\",\r\n            \"message_id\": \"DB9PR02MB713224F99B2CDC3B493B7C8984EB9@DB9PR02MB7132.eurprd02.prod.outlook.com\",\r\n            \"created\": \"2021-07-29T06:31:02.855Z\",\r\n            \"reviewer_actions\": []\r\n        },\r\n        {\r\n            \"_id\": \"61024a6300cc010003a60253\",\r\n            \"status\": \"quarantined\",\r\n            \"reason\": \"\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": false,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"a999765343@outlook.com\",\r\n            \"subject\": \"Malicious link with safe link - New\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"tunamc@trustifitest.com\",\r\n            \"message_id\": \"DB9PR02MB7132A8FAE5B9391A1DCBDAA584EB9@DB9PR02MB7132.eurprd02.prod.outlook.com\",\r\n            \"created\": \"2021-07-29T06:27:48.666Z\",\r\n            \"reviewer_actions\": []\r\n        },\r\n        {\r\n            \"_id\": \"610249b69536660004e3f870\",\r\n            \"status\": \"quarantined\",\r\n            \"reason\": \"\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": false,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"a999765343@outlook.com\",\r\n            \"subject\": \"Safe link on blacklist\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"tunamc@trustifitest.com\",\r\n            \"message_id\": \"DB9PR02MB7132DFDBBDEA63A3423640D384EB9@DB9PR02MB7132.eurprd02.prod.outlook.com\",\r\n            \"created\": \"2021-07-29T06:24:54.714Z\",\r\n            \"reviewer_actions\": []\r\n        },\r\n        {\r\n            \"_id\": \"610248df9536660004e3f863\",\r\n            \"status\": \"quarantined\",\r\n            \"reason\": \"\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": false,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"a999765343@outlook.com\",\r\n            \"subject\": \"Malicious link removed from whitelist\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"tunamc@trustifitest.com\",\r\n            \"message_id\": \"DB9PR02MB7132624A766D2894600F303C84EB9@DB9PR02MB7132.eurprd02.prod.outlook.com\",\r\n            \"created\": \"2021-07-29T06:21:19.363Z\",\r\n            \"reviewer_actions\": []\r\n        },\r\n        {\r\n            \"_id\": \"61012e8155023800041b620c\",\r\n            \"status\": \"quarantined\",\r\n            \"reason\": \"\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": false,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"mbarash90@outlook.com\",\r\n            \"subject\": \"DL + recipient 2\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"tunamc@trustifitest.com\",\r\n            \"message_id\": \"DBBP189MB1322487282F548E367E4827AB3EA9@DBBP189MB1322.EURP189.PROD.OUTLOOK.COM\",\r\n            \"created\": \"2021-07-28T10:16:34.354Z\",\r\n            \"reviewer_actions\": []\r\n        },\r\n        {\r\n            \"_id\": \"61012e8055023800041b6207\",\r\n            \"status\": \"quarantined\",\r\n            \"reason\": \"\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": false,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"mbarash90@outlook.com\",\r\n            \"subject\": \"DL + recipient 2\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"pollymc@trustifitest.com\",\r\n            \"message_id\": \"DBBP189MB1322487282F548E367E4827AB3EA9@DBBP189MB1322.EURP189.PROD.OUTLOOK.COM\",\r\n            \"created\": \"2021-07-28T10:16:33.418Z\",\r\n            \"reviewer_actions\": []\r\n        },\r\n        {\r\n            \"_id\": \"61012e0cd8feef00042ef343\",\r\n            \"status\": \"quarantined\",\r\n            \"reason\": \"\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": false,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"mbarash90@outlook.com\",\r\n            \"subject\": \"DL + recipient 1\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"pollymc@trustifitest.com\",\r\n            \"message_id\": \"DBBP189MB13228AC66E51C02B12D3C741B3EA9@DBBP189MB1322.EURP189.PROD.OUTLOOK.COM\",\r\n            \"created\": \"2021-07-28T10:14:36.352Z\",\r\n            \"reviewer_actions\": []\r\n        },\r\n        {\r\n            \"_id\": \"61012e0bb0bb460004437792\",\r\n            \"status\": \"quarantined\",\r\n            \"reason\": \"\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": false,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"mbarash90@outlook.com\",\r\n            \"subject\": \"DL + recipient 1\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"tunamc@trustifitest.com\",\r\n            \"message_id\": \"DBBP189MB13228AC66E51C02B12D3C741B3EA9@DBBP189MB1322.EURP189.PROD.OUTLOOK.COM\",\r\n            \"created\": \"2021-07-28T10:14:35.174Z\",\r\n            \"reviewer_actions\": []\r\n        },\r\n        {\r\n            \"_id\": \"61012c6e1ca36a000418bbc2\",\r\n            \"status\": \"quarantined\",\r\n            \"reason\": \"\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": false,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"mbarash90@outlook.com\",\r\n            \"subject\": \"Inbound prod test\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"cloud-admin@trustifitest.com\",\r\n            \"message_id\": \"DBBP189MB132212C331E2ACDB33801C8EB3EA9@DBBP189MB1322.EURP189.PROD.OUTLOOK.COM\",\r\n            \"created\": \"2021-07-28T10:07:42.604Z\",\r\n            \"reviewer_actions\": []\r\n        },\r\n        {\r\n            \"_id\": \"6100f6d1637f1d0004bc1926\",\r\n            \"status\": \"quarantined\",\r\n            \"reason\": \"\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": false,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"a999765343@outlook.com\",\r\n            \"subject\": \"Prod - Malicious email allow recipient control - User\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"tunamc@trustifitest.com\",\r\n            \"message_id\": \"DB9PR02MB7132ECE3E91C8AFE63D3909684EA9@DB9PR02MB7132.eurprd02.prod.outlook.com\",\r\n            \"created\": \"2021-07-28T06:18:57.845Z\",\r\n            \"reviewer_actions\": []\r\n        },\r\n        {\r\n            \"_id\": \"6100f43cd08bf800031e4092\",\r\n            \"status\": \"remove\",\r\n            \"reason\": \"Kalb\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": true,\r\n            \"source\": \"graph\",\r\n            \"sender\": \"a999765343@outlook.com\",\r\n            \"subject\": \"Prod - Malicious email no allow recipient control\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"Suspicious\"\r\n            },\r\n            \"mailbox_email\": \"tunamc@trustifitest.com\",\r\n            \"message_id\": \"DB9PR02MB713271181E2E2903E6DEAFF584EA9@DB9PR02MB7132.eurprd02.prod.outlook.com\",\r\n            \"created\": \"2021-07-28T06:07:56.821Z\",\r\n            \"reviewer_actions\": [\r\n                {\r\n                    \"_id\": \"6100f4859dbc930004c719bb\",\r\n                    \"created\": \"2021-07-28T06:09:09.515Z\",\r\n                    \"action\": \"Released email to mailbox tunamc@trustifitest.com\",\r\n                    \"reviewer\": \"tunamc@trustifitest.com\"\r\n                },\r\n                {\r\n                    \"_id\": \"6100f4af719a8e0004d15bda\",\r\n                    \"created\": \"2021-07-28T06:09:51.059Z\",\r\n                    \"action\": \"Removed email from mailbox tunamc@trustifitest.com\",\r\n                    \"reviewer\": \"tunamc@trustifitest.com\"\r\n                },\r\n                {\r\n                    \"_id\": \"6100f5288d1de0000483c49d\",\r\n                    \"created\": \"2021-07-28T06:11:52.447Z\",\r\n                    \"action\": \"Record will  be preserved\",\r\n                    \"reviewer\": \"tunamc@trustifitest.com\"\r\n                },\r\n                {\r\n                    \"_id\": \"6100f52d719a8e0004d15bde\",\r\n                    \"created\": \"2021-07-28T06:11:57.390Z\",\r\n                    \"action\": \"Record will not be preserved\",\r\n                    \"reviewer\": \"tunamc@trustifitest.com\"\r\n                },\r\n                {\r\n                    \"_id\": \"6100f53db8d3640004d3ad96\",\r\n                    \"created\": \"2021-07-28T06:12:13.187Z\",\r\n                    \"action\": \"Category changed to Suspicious, reason: Kalb\",\r\n                    \"reviewer\": \"tunamc@trustifitest.com\"\r\n                },\r\n                {\r\n                    \"_id\": \"6100f5678d1de0000483c4a4\",\r\n                    \"created\": \"2021-07-28T06:12:55.722Z\",\r\n                    \"action\": \"Requested sender authentication via Email\",\r\n                    \"reviewer\": \"tunamc@trustifitest.com\"\r\n                }\r\n            ],\r\n            \"auth_sender\": {\r\n                \"updated\": \"2021-07-28T06:12:55.720Z\",\r\n                \"status\": \"request\",\r\n                \"method\": \"email\"\r\n            }\r\n        },\r\n        {\r\n            \"_id\": \"60ffaed7455f480004d01554\",\r\n            \"status\": \"quarantined\",\r\n            \"reason\": \"\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": false,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"mbarash90@outlook.com\",\r\n            \"subject\": \"group not synced test\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"pollymc@trustifitest.com\",\r\n            \"message_id\": \"AM8P189MB1313407AC3BAF293A0D89EDFB3E99@AM8P189MB1313.EURP189.PROD.OUTLOOK.COM\",\r\n            \"created\": \"2021-07-27T06:59:36.641Z\",\r\n            \"reviewer_actions\": []\r\n        },\r\n        {\r\n            \"_id\": \"60ffa831d9bd27000495841d\",\r\n            \"status\": \"quarantined\",\r\n            \"reason\": \"\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": false,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"mbtest84@gmail.com\",\r\n            \"subject\": \"Impersonation sanity 2\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"cloud-admin@trustifitest.com\",\r\n            \"message_id\": \"CAKFVZ942O-y=wfu3Jr0eCfsBwcVM5aErhxEFh_5q0VAbFNTXCw@mail.gmail.com\",\r\n            \"created\": \"2021-07-27T06:31:14.076Z\",\r\n            \"reviewer_actions\": []\r\n        },\r\n        {\r\n            \"_id\": \"60ffa510ab44f90004daee88\",\r\n            \"status\": \"quarantined\",\r\n            \"reason\": \"\",\r\n            \"attachments\": 1,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": false,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"a999765343@outlook.com\",\r\n            \"subject\": \"Prod - Sanity for uncommon file extension\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"tunamc@trustifitest.com\",\r\n            \"message_id\": \"DB9PR02MB713255D0813B6565F3E4480E84E99@DB9PR02MB7132.eurprd02.prod.outlook.com\",\r\n            \"created\": \"2021-07-27T06:17:52.186Z\",\r\n            \"reviewer_actions\": []\r\n        },\r\n        {\r\n            \"_id\": \"60ffa4e0fa0776000458e44b\",\r\n            \"status\": \"quarantined\",\r\n            \"reason\": \"\",\r\n            \"attachments\": 1,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": true,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"a999765343@outlook.com\",\r\n            \"subject\": \"Prod - Uncommon file extension with single quote\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"tunamc@trustifitest.com\",\r\n            \"message_id\": \"DB9PR02MB71328FF98389C2554C9D133084E99@DB9PR02MB7132.eurprd02.prod.outlook.com\",\r\n            \"created\": \"2021-07-27T06:17:05.075Z\",\r\n            \"reviewer_actions\": [\r\n                {\r\n                    \"_id\": \"60ffa706b149770004e09ad0\",\r\n                    \"created\": \"2021-07-27T06:26:14.800Z\",\r\n                    \"action\": \"Requested sender authentication via SMS\",\r\n                    \"reviewer\": \"tunamc@trustifitest.com\"\r\n                }\r\n            ],\r\n            \"auth_sender\": {\r\n                \"updated\": \"2021-07-27T06:26:46.404Z\",\r\n                \"status\": \"reject\"\r\n            }\r\n        },\r\n        {\r\n            \"_id\": \"60ffa489209cc600044fd378\",\r\n            \"status\": \"quarantined\",\r\n            \"reason\": \"\",\r\n            \"attachments\": 1,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": true,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"a999765343@outlook.com\",\r\n            \"subject\": \"Prod - Uncommon file extension with underscore\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"tunamc@trustifitest.com\",\r\n            \"message_id\": \"DB9PR02MB71323653A540AE09E6A6EEBB84E99@DB9PR02MB7132.eurprd02.prod.outlook.com\",\r\n            \"created\": \"2021-07-27T06:15:38.349Z\",\r\n            \"reviewer_actions\": [\r\n                {\r\n                    \"_id\": \"60ffa6d7b149770004e09ace\",\r\n                    \"created\": \"2021-07-27T06:25:27.220Z\",\r\n                    \"action\": \"Requested sender authentication via Email\",\r\n                    \"reviewer\": \"tunamc@trustifitest.com\"\r\n                }\r\n            ],\r\n            \"auth_sender\": {\r\n                \"updated\": \"2021-07-27T06:25:53.954Z\",\r\n                \"status\": \"approve\"\r\n            }\r\n        },\r\n        {\r\n            \"_id\": \"60fe66f76fa52100043acb1f\",\r\n            \"status\": \"remove\",\r\n            \"reason\": \"kalb QA\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": true,\r\n            \"source\": \"graph\",\r\n            \"sender\": \"a999765343@outlook.com\",\r\n            \"subject\": \"Sanity for reviewer actions in \\\"Quarantined emails\\\" page\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"Suspicious\"\r\n            },\r\n            \"mailbox_email\": \"cloud-admin@trustifitest.com\",\r\n            \"message_id\": \"DB9PR02MB7132609416A299631E2F8D8C84E89@DB9PR02MB7132.eurprd02.prod.outlook.com\",\r\n            \"created\": \"2021-07-26T07:40:39.962Z\",\r\n            \"reviewer_actions\": [\r\n                {\r\n                    \"_id\": \"60fe680ecbaad70004312281\",\r\n                    \"created\": \"2021-07-26T07:45:17.980Z\",\r\n                    \"action\": \"Released email to mailbox cloud-admin@trustifitest.com\",\r\n                    \"reviewer\": \"tunamc@trustifitest.com\"\r\n                },\r\n                {\r\n                    \"_id\": \"60fe68282f68ef000427f416\",\r\n                    \"created\": \"2021-07-26T07:45:44.925Z\",\r\n                    \"action\": \"Removed email from mailbox cloud-admin@trustifitest.com\",\r\n                    \"reviewer\": \"tunamc@trustifitest.com\"\r\n                },\r\n                {\r\n                    \"_id\": \"60fe683c875371000489ef7d\",\r\n                    \"created\": \"2021-07-26T07:46:04.425Z\",\r\n                    \"action\": \"Set the email as handled\",\r\n                    \"reviewer\": \"tunamc@trustifitest.com\"\r\n                },\r\n                {\r\n                    \"_id\": \"60fe68442f68ef000427f41c\",\r\n                    \"created\": \"2021-07-26T07:46:12.402Z\",\r\n                    \"action\": \"Requested sender authentication via Email\",\r\n                    \"reviewer\": \"tunamc@trustifitest.com\"\r\n                },\r\n                {\r\n                    \"_id\": \"60fe6851be02fc0004811229\",\r\n                    \"created\": \"2021-07-26T07:46:25.977Z\",\r\n                    \"action\": \"Added 1 senders to  blacklist: a999765343@outlook.com\",\r\n                    \"reviewer\": \"tunamc@trustifitest.com\"\r\n                },\r\n                {\r\n                    \"_id\": \"60fe6864b9b7a200044c2321\",\r\n                    \"created\": \"2021-07-26T07:46:44.048Z\",\r\n                    \"action\": \"Added 1 senders to  whitelist: a999765343@outlook.com\",\r\n                    \"reviewer\": \"tunamc@trustifitest.com\"\r\n                },\r\n                {\r\n                    \"_id\": \"60fe68772f68ef000427f41f\",\r\n                    \"created\": \"2021-07-26T07:47:03.582Z\",\r\n                    \"action\": \"Added 1 to whitelist\",\r\n                    \"reviewer\": \"tunamc@trustifitest.com\"\r\n                },\r\n                {\r\n                    \"_id\": \"60fe689e875371000489ef80\",\r\n                    \"created\": \"2021-07-26T07:47:42.400Z\",\r\n                    \"action\": \"Category changed to Suspicious, reason: kalb QA\",\r\n                    \"reviewer\": \"tunamc@trustifitest.com\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"_id\": \"60fe64c094ac4d0004f8e30e\",\r\n            \"status\": \"quarantined\",\r\n            \"reason\": \"\",\r\n            \"attachments\": 1,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": true,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"mbarash90@outlook.com\",\r\n            \"subject\": \"Malicious file here\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"cloud-admin@trustifitest.com\",\r\n            \"message_id\": \"AM8P189MB13132C6D2E82AE70FE284986B3E89@AM8P189MB1313.EURP189.PROD.OUTLOOK.COM\",\r\n            \"created\": \"2021-07-26T07:31:13.212Z\",\r\n            \"reviewer_actions\": [\r\n                {\r\n                    \"_id\": \"60fe67a3be02fc0004811226\",\r\n                    \"created\": \"2021-07-26T07:43:31.956Z\",\r\n                    \"action\": \"Requested sender authentication via Email\",\r\n                    \"reviewer\": \"cloud-admin@trustifitest.com\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"_id\": \"60fe64ad94ac4d0004f8e2fa\",\r\n            \"status\": \"remove\",\r\n            \"reason\": \"cloud-admin@trustifitest.com\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": true,\r\n            \"source\": \"graph\",\r\n            \"sender\": \"a999765343@outlook.com\",\r\n            \"subject\": \"Sanity for admin actions in \\\"Quarantined emails\\\" page\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"tunamc@trustifitest.com\",\r\n            \"message_id\": \"DB9PR02MB713241779FD4CC718F30131484E89@DB9PR02MB7132.eurprd02.prod.outlook.com\",\r\n            \"created\": \"2021-07-26T07:30:53.993Z\",\r\n            \"reviewer_actions\": [\r\n                {\r\n                    \"_id\": \"60fe64ddcbaad70004312272\",\r\n                    \"created\": \"2021-07-26T07:31:41.748Z\",\r\n                    \"action\": \"Released email to mailbox tunamc@trustifitest.com\",\r\n                    \"reviewer\": \"cloud-admin@trustifitest.com\"\r\n                },\r\n                {\r\n                    \"_id\": \"60fe650bbe02fc000481121e\",\r\n                    \"created\": \"2021-07-26T07:32:27.381Z\",\r\n                    \"action\": \"Removed email from mailbox tunamc@trustifitest.com\",\r\n                    \"reviewer\": \"cloud-admin@trustifitest.com\"\r\n                },\r\n                {\r\n                    \"_id\": \"60fe6518875371000489ee4f\",\r\n                    \"created\": \"2021-07-26T07:32:40.300Z\",\r\n                    \"action\": \"Added 1 to whitelist\",\r\n                    \"reviewer\": \"cloud-admin@trustifitest.com\"\r\n                },\r\n                {\r\n                    \"_id\": \"60fe65502f68ef000427f406\",\r\n                    \"created\": \"2021-07-26T07:33:36.170Z\",\r\n                    \"action\": \"Requested sender authentication via SMS\",\r\n                    \"reviewer\": \"cloud-admin@trustifitest.com\"\r\n                },\r\n                {\r\n                    \"_id\": \"60fe65562f68ef000427f409\",\r\n                    \"created\": \"2021-07-26T07:33:42.858Z\",\r\n                    \"action\": \"Added 1 senders to  blacklist: a999765343@outlook.com\",\r\n                    \"reviewer\": \"cloud-admin@trustifitest.com\"\r\n                },\r\n                {\r\n                    \"_id\": \"60fe6571875371000489ef63\",\r\n                    \"created\": \"2021-07-26T07:34:09.244Z\",\r\n                    \"action\": \"Added 1 senders to  whitelist: a999765343@outlook.com\",\r\n                    \"reviewer\": \"cloud-admin@trustifitest.com\"\r\n                },\r\n                {\r\n                    \"_id\": \"60fe6595b9b7a200044c2317\",\r\n                    \"created\": \"2021-07-26T07:34:45.018Z\",\r\n                    \"action\": \"Requested sender authentication via Email\",\r\n                    \"reviewer\": \"cloud-admin@trustifitest.com\"\r\n                },\r\n                {\r\n                    \"_id\": \"60fe65c0875371000489ef74\",\r\n                    \"created\": \"2021-07-26T07:35:27.999Z\",\r\n                    \"action\": \"Record will  be preserved\",\r\n                    \"reviewer\": \"cloud-admin@trustifitest.com\"\r\n                },\r\n                {\r\n                    \"_id\": \"60fe65c32f68ef000427f40d\",\r\n                    \"created\": \"2021-07-26T07:35:31.361Z\",\r\n                    \"action\": \"Record will not be preserved\",\r\n                    \"reviewer\": \"cloud-admin@trustifitest.com\"\r\n                },\r\n                {\r\n                    \"_id\": \"60fe65ce875371000489ef7a\",\r\n                    \"created\": \"2021-07-26T07:35:42.293Z\",\r\n                    \"action\": \"Requested sender authentication via Email\",\r\n                    \"reviewer\": \"cloud-admin@trustifitest.com\"\r\n                },\r\n                {\r\n                    \"_id\": \"60fe65e3b9b7a200044c231c\",\r\n                    \"created\": \"2021-07-26T07:36:03.189Z\",\r\n                    \"action\": \"Requested sender authentication via Email\",\r\n                    \"reviewer\": \"cloud-admin@trustifitest.com\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"_id\": \"60fe60ef6fa52100043ac75c\",\r\n            \"status\": \"quarantined\",\r\n            \"reason\": \"\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": false,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"a999765343@outlook.com\",\r\n            \"subject\": \"Allow recipient control - Disabled 2\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"tunamc@trustifitest.com\",\r\n            \"message_id\": \"DB9PR02MB7132EC83A870DE3B22730A1C84E89@DB9PR02MB7132.eurprd02.prod.outlook.com\",\r\n            \"created\": \"2021-07-26T07:14:55.550Z\",\r\n            \"reviewer_actions\": []\r\n        },\r\n        {\r\n            \"_id\": \"60fe53e1337be100049d57c4\",\r\n            \"status\": \"quarantined\",\r\n            \"reason\": \"\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": false,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"mmizrahitest@outlook.com\",\r\n            \"subject\": \"\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"pollymc@trustifitest.com\",\r\n            \"message_id\": \"0100017ae17788b7-e8d16525-dac4-43ad-9c98-91e04a3c102d-000000@email.amazonses.com\",\r\n            \"created\": \"2021-07-26T06:19:14.371Z\",\r\n            \"reviewer_actions\": []\r\n        },\r\n        {\r\n            \"_id\": \"60fe536040e04b00040ad5aa\",\r\n            \"status\": \"quarantined\",\r\n            \"reason\": \"\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": false,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"mbarash90@outlook.com\",\r\n            \"subject\": \"mal reviewer 1\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"pollymc@trustifitest.com\",\r\n            \"message_id\": \"AM8P189MB131389DE4CF66298FAC66540B3E89@AM8P189MB1313.EURP189.PROD.OUTLOOK.COM\",\r\n            \"created\": \"2021-07-26T06:17:04.749Z\",\r\n            \"reviewer_actions\": []\r\n        },\r\n        {\r\n            \"_id\": \"60fe535740e04b00040ad59a\",\r\n            \"status\": \"release\",\r\n            \"reason\": \"cloud-admin@trustifitest.com\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": true,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"mbarash90@outlook.com\",\r\n            \"subject\": \"mal admin1\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"cloud-admin@trustifitest.com\",\r\n            \"message_id\": \"AM8P189MB1313815FA2D6075BB53A715FB3E89@AM8P189MB1313.EURP189.PROD.OUTLOOK.COM\",\r\n            \"created\": \"2021-07-26T06:16:55.480Z\",\r\n            \"reviewer_actions\": [\r\n                {\r\n                    \"_id\": \"60fe544bcbaad70004312210\",\r\n                    \"created\": \"2021-07-26T06:20:59.600Z\",\r\n                    \"action\": \"Released email to mailbox cloud-admin@trustifitest.com\",\r\n                    \"reviewer\": \"cloud-admin@trustifitest.com\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"_id\": \"60fe534940e04b00040ad589\",\r\n            \"status\": \"release\",\r\n            \"reason\": \"cloud-admin@trustifitest.com\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": true,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"mbarash90@outlook.com\",\r\n            \"subject\": \"mal user1\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"tunamc@trustifitest.com\",\r\n            \"message_id\": \"AM8P189MB131347A0CE8EF9C24C3E40DCB3E89@AM8P189MB1313.EURP189.PROD.OUTLOOK.COM\",\r\n            \"created\": \"2021-07-26T06:16:41.783Z\",\r\n            \"reviewer_actions\": [\r\n                {\r\n                    \"_id\": \"60fe543fcbaad7000431220d\",\r\n                    \"created\": \"2021-07-26T06:20:47.628Z\",\r\n                    \"action\": \"Released email to mailbox tunamc@trustifitest.com\",\r\n                    \"reviewer\": \"cloud-admin@trustifitest.com\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"_id\": \"60f7cbe02298b20004079cca\",\r\n            \"status\": \"release\",\r\n            \"reason\": \"cloud-admin@trustifitest.com\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": true,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"a999765343@outlook.com\",\r\n            \"subject\": \"QA Prod - DL - release quarantined email\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"tunamc@trustifitest.com\",\r\n            \"message_id\": \"DB9PR02MB71328883B969AE5B9CE5458884E39@DB9PR02MB7132.eurprd02.prod.outlook.com\",\r\n            \"created\": \"2021-07-21T07:25:20.527Z\",\r\n            \"reviewer_actions\": [\r\n                {\r\n                    \"_id\": \"60f7cbfbc4286400043d2f8c\",\r\n                    \"created\": \"2021-07-21T07:25:47.473Z\",\r\n                    \"action\": \"Released email to mailbox tunamc@trustifitest.com\",\r\n                    \"reviewer\": \"cloud-admin@trustifitest.com\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"_id\": \"60f7c3ac83ee6600045180fa\",\r\n            \"status\": \"release\",\r\n            \"reason\": \"cloud-admin@trustifitest.com\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": true,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"a999765343@outlook.com\",\r\n            \"subject\": \"Prod Distribution list malicious mail release\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"tunamc@trustifitest.com\",\r\n            \"message_id\": \"DB9PR02MB7132DA0AA038B63B8D5249D884E39@DB9PR02MB7132.eurprd02.prod.outlook.com\",\r\n            \"created\": \"2021-07-21T06:50:21.188Z\",\r\n            \"reviewer_actions\": [\r\n                {\r\n                    \"_id\": \"60f7c3f73a83eb00044c29d5\",\r\n                    \"created\": \"2021-07-21T06:51:35.915Z\",\r\n                    \"action\": \"Released email to mailbox tunamc@trustifitest.com\",\r\n                    \"reviewer\": \"cloud-admin@trustifitest.com\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"_id\": \"60f675e6abcdd00004d31361\",\r\n            \"status\": \"quarantined\",\r\n            \"reason\": \"\",\r\n            \"attachments\": 0,\r\n            \"keep_forever\": false,\r\n            \"reviewed_completed\": false,\r\n            \"source\": \"smtp\",\r\n            \"sender\": \"a999765343@outlook.com\",\r\n            \"subject\": \"Sanity for malicious download link - ZIP\",\r\n            \"malicious\": {\r\n                \"status\": \"Malicious\",\r\n                \"status_user_reported\": \"\"\r\n            },\r\n            \"mailbox_email\": \"tunamc@trustifitest.com\",\r\n            \"message_id\": \"DB9PR02MB71328A81E8F6F4485D790ACA84E29@DB9PR02MB7132.eurprd02.prod.outlook.com\",\r\n            \"created\": \"2021-07-20T07:06:14.632Z\",\r\n            \"reviewer_actions\": []\r\n        }\r\n    ]\r\n}"}],"_postman_id":"60e39c7e-4e63-4399-962c-31d8d0ae3b41"},{"name":"Quarantine (multiple)","id":"52fe9235-014b-4e01-927c-300d5adc7504","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Application credentials</p>\n","key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY"},{"description":"<p>Application credentials</p>\n","key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET"},{"key":"Content-Type","value":"application/json"}],"url":"https://be.trustifi.com/api/i/v1/admin/inbound/quarantined","description":"<p>Get quarantined emails.</p>\n<p>query params:</p>\n<p> <code>size</code>: (Number, Optional) Number of emails to pull (default is 50).</p>\n<p> <code>mailbox_email</code>: (String, Optional) The recipient mailbox email address.</p>\n<p> <code>category</code>: (String, Optional) The emails' threat category.</p>\n<p>  Allowed values: Malicious/Suspicious/Spam/Graymail/External.</p>\n<p> <code>status</code>: (String, Optional) The emails' quarantine status.</p>\n<p>  Allowed values: quarantined/release/removed.</p>\n<p> <code>period</code>: (String, Optional) Allowed values: lastHalfHour/lastHour/lastDay/lastWeek/lastMonth/range.</p>\n<p>   For <code>range</code> the values below need to be provided:</p>\n<p>  <code>range</code>: (Object)</p>\n<p>   <code>start</code>: (String) MM/DD/YYYY</p>\n<p>   <code>end</code>: (String, Optional) MM/DD/YYYY (default will be the current date)</p>\n","urlObject":{"protocol":"https","path":["api","i","v1","admin","inbound","quarantined"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"35e357a9-0283-4a49-9704-87f3cb7b7067","name":"Quarantine","originalRequest":{"method":"GET","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"Application credentials"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"Application credentials"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://be.trustifi.com/api/i/v1/admin/inbound/quarantined?period=lastHour&category=Malicious&mailbox_email=example@trustificorp.com","protocol":"https","host":["be","trustifi","com"],"path":["api","i","v1","admin","inbound","quarantined"],"query":[{"key":"period","value":"lastHour"},{"key":"category","value":"Malicious"},{"key":"mailbox_email","value":"example@trustificorp.com"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"emails\": [\r\n{\r\n    \"_id\": \"623c46592bf4660004eaece7\",\r\n    \"status\": \"quarantined\",\r\n    \"is_monitoring\": false,\r\n    \"reason\": \"\",\r\n    \"attachments\": 1,\r\n    \"meeting_request\": false,\r\n    \"keep_forever\": false,\r\n    \"reviewed_completed\": false,\r\n    \"plan_id\": \"60a4e2effe205400045eee0d\",\r\n    \"source\": \"smtp\",\r\n    \"folder_id\": null,\r\n    \"sender\": \"mbarash90@outlook.com\",\r\n    \"subject\": \"$stagefes malicious file\",\r\n    \"malicious\": {\r\n        \"url_status\": \"Safe\",\r\n        \"file_status\": \"Malicious\",\r\n        \"headers_status\": \"Suspicious\",\r\n        \"status\": \"Malicious\",\r\n        \"status_user_reported\": \"\",\r\n        \"tpResults\": {\r\n            \"email\": \"mbarash@trustificorp.com\",\r\n            \"urlStatus\": \"Safe\",\r\n            \"hashStatus\": \"Malicious\",\r\n            \"headerStatus\": \"Suspicious\",\r\n            \"resUrl\": {\r\n                \"status\": \"Safe\",\r\n                \"message\": \"No malicious links detected.\",\r\n                \"list\": [\r\n                    {\r\n                        \"url\": \"http://schemas.microsoft.com/office/2004/12/omml\",\r\n                        \"name\": \"http://schemas.microsoft.com/office/2004/12/omml\",\r\n                        \"domain\": \"schemas.microsoft.com\",\r\n                        \"type\": \"Text\",\r\n                        \"status\": \"Safe\",\r\n                        \"original_url\": \"http://schemas.microsoft.com/office/2004/12/omml\"\r\n                    },\r\n                    {\r\n                        \"url\": \"http://www.w3.org/tr/rec-html40\",\r\n                        \"name\": \"http://www.w3.org/tr/rec-html40\",\r\n                        \"domain\": \"www.w3.org\",\r\n                        \"type\": \"Text\",\r\n                        \"status\": \"Safe\",\r\n                        \"original_url\": \"http://www.w3.org/tr/rec-html40\"\r\n                    }\r\n                ],\r\n                \"options\": {\r\n                    \"isExternal\": true\r\n                },\r\n                \"finishScan\": true,\r\n                \"sub_status\": []\r\n            },\r\n            \"resHash\": {\r\n                \"status\": \"Malicious\",\r\n                \"message\": \"An attachment contains malicious links.\",\r\n                \"list\": [\r\n                    {\r\n                        \"name\": \"malicious_pdf.pdf\",\r\n                        \"type\": \"application/pdf\",\r\n                        \"status\": \"Malicious\",\r\n                        \"hash\": \"2dde267d41c637894968cea5941a344e7a0de4cb077db6da71623a5aa07e15b3\",\r\n                        \"zipHash\": \"\",\r\n                        \"malware_type\": \"Due to https://malicious.trustifi.demo/\"\r\n                    }\r\n                ],\r\n                \"options\": {\r\n                    \"isExternal\": true\r\n                },\r\n                \"finishScan\": true,\r\n                \"level\": 3,\r\n                \"sub_status\": \"Attachment Malicious Links\"\r\n            },\r\n            \"resHead\": {\r\n                \"status\": \"Suspicious\",\r\n                \"sub_status\": \"Contact Impersonation\",\r\n                \"level\": 4,\r\n                \"message\": \"Looks like the sender is impersonating one of your contacts.\",\r\n                \"isSpam\": false,\r\n                \"isThreat\": false,\r\n                \"isGrayMail\": false,\r\n                \"aiConfidence\": 0,\r\n                \"grayMailConfidence\": 0,\r\n                \"spamConfidence\": 0,\r\n                \"threatConfidence\": 0,\r\n                \"isBadReputation\": false,\r\n                \"isCertainContact\": false,\r\n                \"isTopAlexa\": false,\r\n                \"isEnglish\": true,\r\n                \"AIresults\": {\r\n                    \"timeout\": false,\r\n                    \"skip\": false,\r\n                    \"decision\": null,\r\n                    \"confidence\": 0,\r\n                    \"threat_body_conf\": -0.037500000000000006,\r\n                    \"spam_body_conf\": 0,\r\n                    \"spam_subject_conf\": 0,\r\n                    \"graymail_body_conf\": 0\r\n                },\r\n                \"isExternal\": true,\r\n                \"isSourceMatched\": false,\r\n                \"isImportant\": false,\r\n                \"dkim\": {\r\n                    \"score\": 3,\r\n                    \"message\": \"Message is verified.\"\r\n                },\r\n                \"spf\": {\r\n                    \"score\": 3,\r\n                    \"message\": \"Validated client identified.\"\r\n                },\r\n                \"dmarc\": {\r\n                    \"score\": 3,\r\n                    \"message\": \"Message passed the authentication.\"\r\n                },\r\n                \"arc\": {\r\n                    \"score\": 3,\r\n                    \"message\": \"ARC chain validation succeeded.\"\r\n                },\r\n                \"compauth\": {\r\n                    \"score\": 2,\r\n                    \"message\": \"Message did not authenticate.\",\r\n                    \"reasonFlag\": false\r\n                },\r\n                \"from\": {\r\n                    \"isSpoofing\": false,\r\n                    \"xEnvSender\": {\r\n                        \"email\": \"\",\r\n                        \"domain\": \"\"\r\n                    },\r\n                    \"replyTo\": \"mbarash90@outlook.com\",\r\n                    \"returnPath\": \"mbarash90@outlook.com\",\r\n                    \"senderMailFrom\": \"mbarash90@outlook.com\",\r\n                    \"autoSubmittedFlag\": false,\r\n                    \"messageID\": \"DBBP189MB132273BB3E52DB0743D76911B3199@DBBP189MB1322.EURP189.PROD.OUTLOOK.COM\",\r\n                    \"isInternal\": false,\r\n                    \"highlight\": \"<b>Contact:</b> Michael Barash (<i>mbarash@trustificorp.com</i>)\",\r\n                    \"tls\": {\r\n                        \"status\": true,\r\n                        \"message\": \"The message passed between 5 servers.\",\r\n                        \"recipient\": false,\r\n                        \"external\": false,\r\n                        \"sender\": false,\r\n                        \"flagged\": false\r\n                    },\r\n                    \"ipAddresses\": [\r\n                        \"40.92.89.64\"\r\n                    ],\r\n                    \"receivedSPF\": {\r\n                        \"status\": \"pass\",\r\n                        \"domain\": \"outlook.com\"\r\n                    },\r\n                    \"sendingMTA\": {\r\n                        \"domain\": \"outlook.com\"\r\n                    }\r\n                },\r\n                \"byUser\": false,\r\n                \"messageId\": \"\"\r\n            },\r\n            \"isMalicious\": true,\r\n            \"isSafe\": false,\r\n            \"isSuspicious\": true,\r\n            \"isThreat\": false,\r\n            \"isSpam\": false,\r\n            \"isGrayMail\": false,\r\n            \"isOnlySpam\": false,\r\n            \"isExternal\": true,\r\n            \"status\": \"Malicious\"\r\n        }\r\n    },\r\n    \"mailbox_email\": \"mbarash@trustificorp.com\",\r\n    \"message_id\": \"DBBP189MB132273BB3E52DB0743D76911B3199@DBBP189MB1322.EURP189.PROD.OUTLOOK.COM\",\r\n    \"created\": \"2022-03-24T10:22:18.570Z\",\r\n    \"status_update\": \"2022-03-24T10:22:18.570Z\",\r\n    \"reviewer_actions\": [],\r\n    \"__v\": 0\r\n},\r\n{\r\n    \"_id\": \"623c46662bf4660004eaecf3\",\r\n    \"status\": \"quarantined\",\r\n    \"is_monitoring\": false,\r\n    \"reason\": \"\",\r\n    \"attachments\": 0,\r\n    \"meeting_request\": false,\r\n    \"keep_forever\": false,\r\n    \"reviewed_completed\": false,\r\n    \"plan_id\": \"60a4e2effe205400045eee0d\",\r\n    \"source\": \"smtp\",\r\n    \"folder_id\": null,\r\n    \"sender\": \"trustifi.r2@tutanota.com\",\r\n    \"subject\": \"$stagefes malicious sender test\",\r\n    \"malicious\": {\r\n        \"url_status\": \"Safe\",\r\n        \"file_status\": \"Safe\",\r\n        \"headers_status\": \"Malicious\",\r\n        \"status\": \"Malicious\",\r\n        \"status_user_reported\": \"\",\r\n        \"tpResults\": {\r\n            \"email\": \"mbarash@trustificorp.com\",\r\n            \"urlStatus\": \"Safe\",\r\n            \"hashStatus\": \"Safe\",\r\n            \"headerStatus\": \"Malicious\",\r\n            \"resHead\": {\r\n                \"status\": \"Malicious\",\r\n                \"sub_status\": \"Brand Impersonation\",\r\n                \"level\": 3,\r\n                \"message\": \"Perhaps the sender is impersonating a known brand. If you trust this sender then click on \\\"Whitelist\\\"\",\r\n                \"isSpam\": false,\r\n                \"isThreat\": false,\r\n                \"isGrayMail\": false,\r\n                \"aiConfidence\": 0,\r\n                \"grayMailConfidence\": 0,\r\n                \"spamConfidence\": 0,\r\n                \"threatConfidence\": 0,\r\n                \"isBadReputation\": false,\r\n                \"isCertainContact\": false,\r\n                \"isTopAlexa\": false,\r\n                \"isEnglish\": true,\r\n                \"AIresults\": {\r\n                    \"timeout\": false,\r\n                    \"skip\": false,\r\n                    \"decision\": null,\r\n                    \"confidence\": 0,\r\n                    \"threat_body_conf\": 0,\r\n                    \"spam_body_conf\": 0,\r\n                    \"spam_subject_conf\": 0,\r\n                    \"graymail_body_conf\": 0\r\n                },\r\n                \"isExternal\": true,\r\n                \"isSourceMatched\": false,\r\n                \"isImportant\": false,\r\n                \"dkim\": {\r\n                    \"score\": 3,\r\n                    \"message\": \"Message is verified.\"\r\n                },\r\n                \"spf\": {\r\n                    \"score\": 3,\r\n                    \"message\": \"Validated client identified.\"\r\n                },\r\n                \"dmarc\": {\r\n                    \"score\": 3,\r\n                    \"message\": \"Message passed the authentication.\"\r\n                },\r\n                \"arc\": {\r\n                    \"score\": 2,\r\n                    \"message\": \"No ARC chain to validate.\"\r\n                },\r\n                \"compauth\": {\r\n                    \"score\": 3,\r\n                    \"message\": \"Message passed explicit authentication.\",\r\n                    \"reasonFlag\": false\r\n                },\r\n                \"from\": {\r\n                    \"isSpoofing\": false,\r\n                    \"xEnvSender\": {\r\n                        \"email\": \"\",\r\n                        \"domain\": \"\"\r\n                    },\r\n                    \"replyTo\": \"trustifi.r2@tutanota.com\",\r\n                    \"returnPath\": \"trustifi.r2@tutanota.com\",\r\n                    \"senderMailFrom\": \"trustifi.r2@tutanota.com\",\r\n                    \"autoSubmittedFlag\": false,\r\n                    \"messageID\": \"MyvRi9m--3-2@tutanota.com\",\r\n                    \"isInternal\": false,\r\n                    \"highlight\": \"<b>Brand:</b> Google\",\r\n                    \"tls\": {\r\n                        \"status\": false,\r\n                        \"message\": \"The message passed between 4 servers.1 of them exposed the message in plain-text.\",\r\n                        \"recipient\": false,\r\n                        \"external\": false,\r\n                        \"sender\": \"Exposed 1 time internally - on the sender side\",\r\n                        \"flagged\": \"From \\\"w3.tutanota.de (unknown [192.168.1.164])\\\" to \\\"w1.tutanota.de (postfix)\\\"\"\r\n                    },\r\n                    \"ipAddresses\": [\r\n                        \"81.3.6.162\"\r\n                    ],\r\n                    \"receivedSPF\": {\r\n                        \"status\": \"pass\",\r\n                        \"domain\": \"tutanota.com\"\r\n                    },\r\n                    \"sendingMTA\": {\r\n                        \"domain\": \"tutanota.de\"\r\n                    }\r\n                },\r\n                \"byUser\": false,\r\n                \"messageId\": \"\"\r\n            },\r\n            \"isMalicious\": true,\r\n            \"isSafe\": false,\r\n            \"isSuspicious\": false,\r\n            \"isThreat\": false,\r\n            \"isSpam\": false,\r\n            \"isGrayMail\": false,\r\n            \"isOnlySpam\": false,\r\n            \"isExternal\": true,\r\n            \"status\": \"Malicious\"\r\n        }\r\n    },\r\n    \"mailbox_email\": \"mbarash@trustificorp.com\",\r\n    \"message_id\": \"MyvRi9m--3-2@tutanota.com\",\r\n    \"created\": \"2022-03-24T10:22:31.567Z\",\r\n    \"status_update\": \"2022-03-24T10:22:31.567Z\",\r\n    \"reviewer_actions\": [],\r\n    \"__v\": 0\r\n}\r\n    ]\r\n}"}],"_postman_id":"52fe9235-014b-4e01-927c-300d5adc7504"},{"name":"Quarantine (single)","id":"1daf26f0-3037-4493-b5cc-0400251785bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Application credentials</p>\n","key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY"},{"description":"<p>Application credentials</p>\n","key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET"},{"key":"Content-Type","value":"application/json"}],"url":"https://be.trustifi.com/api/i/v1/admin/inbound/quarantined/{{quarantine_id}}","description":"<p>Get quarantine information for a specific item<br />\n<code>quarantine_id</code>: (String, Mandatory) the System ID of the quarantine.</p>\n","urlObject":{"protocol":"https","path":["api","i","v1","admin","inbound","quarantined","{{quarantine_id}}"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"5f1d9f16-0168-4c6c-a08f-910ac7ceb7b0","name":"Quarantine","originalRequest":{"method":"GET","header":[{"description":"Application credentials","key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY"},{"description":"Application credentials","key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://be.trustifi.com/api/i/v1/admin/inbound/quarantined/608803b23f8cdb000409ff72","protocol":"https","host":["be","trustifi","com"],"path":["api","i","v1","admin","inbound","quarantined","608803b23f8cdb000409ff72"],"query":[{"key":"size","value":"50","disabled":true},{"key":"period","value":"range","disabled":true},{"key":"category","value":"Malicious","disabled":true},{"key":"mailbox_email","value":"example@trustificorp.com","disabled":true},{"key":"range","value":"{\"start\":\"06/26/2021\",\"end\":\"07/27/2021\"}","disabled":true}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"created: \"2021-6-22T12:29:38.647Z\",\r\n    \"keep_forever\": false,\r\n    \"mailbox_email\": \"example@trustificorp.com\",\r\n    \"malicious\": {\r\n        \"url_status\": \"Malicious\",\r\n        \"file_status\": \"Safe\",\r\n        \"headers_status\": \"Malicious\",\r\n        \"status\": \"Malicious\",\r\n        \"status_user_reported\": \"\",\r\n        \"tpResults\": {\r\n            \"email\": \"mbarash@trustificorp.com\",\r\n            \"urlStatus\": \"Malicious\",\r\n            \"hashStatus\": \"Safe\",\r\n            \"headerStatus\": \"Malicious\",\r\n            \"resUrl\": {\r\n                \"status\": \"Malicious\",\r\n                \"message\": \"Malicious simulation link.\",\r\n                \"list\": [\r\n                    {\r\n                        \"url\": \"http://schemas.microsoft.com/office/2004/12/omml\",\r\n                        \"name\": \"http://schemas.microsoft.com/office/2004/12/omml\",\r\n                        \"domain\": \"schemas.microsoft.com\",\r\n                        \"type\": \"Text\",\r\n                        \"status\": \"Safe\",\r\n                        \"original_url\": \"http://schemas.microsoft.com/office/2004/12/omml\"\r\n                    },\r\n                    {\r\n                        \"url\": \"https://malicious.trustifi.demo/\",\r\n                        \"name\": \"https://malicious.trustifi.demo/\",\r\n                        \"domain\": \"malicious.trustifi.demo\",\r\n                        \"type\": \"Text\",\r\n                        \"status\": \"Malicious\",\r\n                        \"original_url\": \"https://malicious.trustifi.demo/\"\r\n                    },\r\n                    {\r\n                        \"url\": \"http://www.w3.org/tr/rec-html40\",\r\n                        \"name\": \"http://www.w3.org/tr/rec-html40\",\r\n                        \"domain\": \"www.w3.org\",\r\n                        \"type\": \"Text\",\r\n                        \"status\": \"Safe\",\r\n                        \"original_url\": \"http://www.w3.org/tr/rec-html40\"\r\n                    }\r\n                ],\r\n                \"options\": {\r\n                    \"isExternal\": true\r\n                },\r\n                \"finishScan\": true,\r\n                \"level\": 5,\r\n                \"sub_status\": \"Malicious Simulation Link\"\r\n            },\r\n            \"resHead\": {\r\n                \"status\": \"Malicious\",\r\n                \"sub_status\": \"Contact Impersonation\",\r\n                \"level\": 2,\r\n                \"message\": \"Looks like the sender is impersonating one of your contacts.\",\r\n                \"isSpam\": false,\r\n                \"isThreat\": false,\r\n                \"isGrayMail\": false,\r\n                \"aiConfidence\": 0,\r\n                \"grayMailConfidence\": 0,\r\n                \"spamConfidence\": 0,\r\n                \"threatConfidence\": 0,\r\n                \"isBadReputation\": false,\r\n                \"isCertainContact\": false,\r\n                \"isTopAlexa\": false,\r\n                \"isEnglish\": true,\r\n                \"AIresults\": {\r\n                    \"timeout\": false,\r\n                    \"skip\": false,\r\n                    \"decision\": null,\r\n                    \"confidence\": 0,\r\n                    \"threat_body_conf\": 0,\r\n                    \"spam_body_conf\": 0,\r\n                    \"spam_subject_conf\": 0,\r\n                    \"graymail_body_conf\": 0\r\n                },\r\n                \"isExternal\": true,\r\n                \"isSourceMatched\": false,\r\n                \"isImportant\": false,\r\n                \"dkim\": {\r\n                    \"score\": 3,\r\n                    \"message\": \"Message is verified.\"\r\n                },\r\n                \"spf\": {\r\n                    \"score\": 3,\r\n                    \"message\": \"Validated client identified.\"\r\n                },\r\n                \"dmarc\": {\r\n                    \"score\": 3,\r\n                    \"message\": \"Message passed the authentication.\"\r\n                },\r\n                \"arc\": {\r\n                    \"score\": 3,\r\n                    \"message\": \"ARC chain validation succeeded.\"\r\n                },\r\n                \"compauth\": {\r\n                    \"score\": 2,\r\n                    \"message\": \"Message did not authenticate.\",\r\n                    \"reasonFlag\": false\r\n                },\r\n                \"from\": {\r\n                    \"isSpoofing\": false,\r\n                    \"xEnvSender\": {\r\n                        \"email\": \"\",\r\n                        \"domain\": \"\"\r\n                    },\r\n                    \"replyTo\": \"mbarash90@outlook.com\",\r\n                    \"returnPath\": \"mbarash90@outlook.com\",\r\n                    \"senderMailFrom\": \"mbarash90@outlook.com\",\r\n                    \"autoSubmittedFlag\": false,\r\n                    \"messageID\": \"DBBP189MB1322091E09866CD5CCF86F89B3199@DBBP189MB1322.EURP189.PROD.OUTLOOK.COM\",\r\n                    \"isInternal\": false,\r\n                    \"highlight\": \"<b>Contact:</b> Michael Barash (<i>mbarash@trustificorp.com</i>)\",\r\n                    \"tls\": {\r\n                        \"status\": true,\r\n                        \"message\": \"The message passed between 5 servers.\",\r\n                        \"recipient\": false,\r\n                        \"external\": false,\r\n                        \"sender\": false,\r\n                        \"flagged\": false\r\n                    },\r\n                    \"ipAddresses\": [\r\n                        \"40.92.89.51\"\r\n                    ],\r\n                    \"receivedSPF\": {\r\n                        \"status\": \"pass\",\r\n                        \"domain\": \"outlook.com\"\r\n                    },\r\n                    \"sendingMTA\": {\r\n                        \"domain\": \"outlook.com\"\r\n                    }\r\n                },\r\n                \"byUser\": false,\r\n                \"messageId\": \"\"\r\n            },\r\n            \"isMalicious\": true,\r\n            \"isSafe\": false,\r\n            \"isSuspicious\": false,\r\n            \"isThreat\": false,\r\n            \"isSpam\": false,\r\n            \"isGrayMail\": false,\r\n            \"isOnlySpam\": false,\r\n            \"isExternal\": true,\r\n            \"status\": \"Malicious\"\r\n        }\r\n    },\r\n    \"reason\": \"Rule\",\r\n    \"sender\": \"test@outlook.com\",\r\n    \"source\": \"smtp\",\r\n    \"status\": \"release\",\r\n    \"subject\": \"test inbound shield\",\r\n    \"_id\": \"608803b23f8cdb000409ff72\"\r\n}"}],"_postman_id":"1daf26f0-3037-4493-b5cc-0400251785bc"},{"name":"Get audit logs","event":[{"listen":"test","script":{"id":"cf446f68-3c0c-4a9d-ae2c-8c6c5689a85f","exec":[""],"type":"text/javascript","packages":{}}}],"id":"46c8fd0b-6996-4117-802d-0bdcd8fcb917","request":{"method":"GET","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"url":"https://be.trustifi.com/api/i/v1/admin/inbound/audit?period=last3Days","description":"<p>Get all of the Account Takeover Protection audit logs</p>\n<p><code>period</code>: (String) Allowed values: lastDay/last3Dats/lastWeek/lastMonth/all.</p>\n","urlObject":{"protocol":"https","path":["api","i","v1","admin","inbound","audit"],"host":["be","trustifi","com"],"query":[{"key":"period","value":"last3Days"}],"variable":[]}},"response":[],"_postman_id":"46c8fd0b-6996-4117-802d-0bdcd8fcb917"}],"id":"0a4b5c47-f78a-4269-b0c1-fa1808ae0b54","description":"<p>API for scanning links, files, and email content or headers</p>\n","event":[{"listen":"prerequest","script":{"id":"e9344aef-6334-428e-9b73-ac4c9ceb1ee5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fe1c2126-2939-4209-b9bc-2830b128a880","type":"text/javascript","exec":[""]}}],"_postman_id":"0a4b5c47-f78a-4269-b0c1-fa1808ae0b54"},{"name":"Account Takeover Protection","item":[{"name":"Get incidents","event":[{"listen":"test","script":{"id":"cf446f68-3c0c-4a9d-ae2c-8c6c5689a85f","exec":[""],"type":"text/javascript","packages":{}}}],"id":"7058530f-976e-4b99-aeda-082111a5c375","request":{"method":"GET","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"url":"https://be.trustifi.com/api/i/v1/admin/compromised/incidents/","description":"<p>Get all of the Account Takeover Protection incidents</p>\n","urlObject":{"protocol":"https","path":["api","i","v1","admin","compromised","incidents",""],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"ea81b736-0368-4cba-820f-cac140ad244f","name":"Get incidents","originalRequest":{"method":"GET","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"Application credentials"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"Application credentials"},{"key":"Content-Type","value":"application/json"}],"url":"https://be.trustifi.com/api/i/v1/admin/compromised/incidents/"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"incidents\": [\n        {\n            \"created\": \"2025-03-13T07:54:35.992Z\",\n            \"status\": \"suspicious\",\n            \"email_id\": \"67d28f395748bdfd0a086754\",\n            \"email_title\": \"$stage ATP\",\n            \"incident_type\": \"sending_sensitive_to_personal_email\",\n            \"incident_info\": {\n                \"domain\": \"gmail.com\",\n                \"sensitivity\": {\n                    \"sensitive_types\": [\n                        {\n                            \"sensitive_type\": \"United States - Social Security Information\",\n                            \"content\": \"652-52-4210, ssn\",\n                            \"score\": 5,\n                            \"compliance\": [\n                                \"HIPAA\",\n                                \"CCPA\",\n                                \"GDPR\",\n                                \"PDPO\",\n                                \"LGPD\",\n                                \"POPI\",\n                                \"FERPA\",\n                                \"GLBA\"\n                            ],\n                            \"_id\": \"67d28f395748bdfd0a086863\"\n                        },\n                        {\n                            \"sensitive_type\": \"United States - Social Security Number\",\n                            \"content\": \"652-52-4210\",\n                            \"score\": 4,\n                            \"compliance\": [\n                                \"HIPAA\",\n                                \"CCPA\",\n                                \"GDPR\",\n                                \"PDPO\",\n                                \"LGPD\",\n                                \"POPI\",\n                                \"FERPA\",\n                                \"GLBA\"\n                            ],\n                            \"_id\": \"67d28f395748bdfd0a086864\"\n                        },\n                        {\n                            \"sensitive_type\": \"United States - Social Security Number (Non-Format)\",\n                            \"content\": \"ssn 652-52-4210\",\n                            \"score\": 4,\n                            \"compliance\": [\n                                \"HIPAA\",\n                                \"CCPA\",\n                                \"GDPR\",\n                                \"PDPO\",\n                                \"LGPD\",\n                                \"POPI\",\n                                \"FERPA\",\n                                \"GLBA\"\n                            ],\n                            \"_id\": \"67d28f395748bdfd0a086865\"\n                        }\n                    ],\n                    \"score\": 5\n                }\n            },\n            \"_id\": \"67d28f3ba10295c2df5b3ffd\",\n            \"actions\": [\n                {\n                    \"name\": \"risky\",\n                    \"admin\": \"customeradmin@trustificorp.com\",\n                    \"created\": \"2025-03-13T07:56:27.154Z\",\n                    \"_id\": \"67d28fabe364556ef309a59e\"\n                },\n                {\n                    \"name\": \"removeRestrictions\",\n                    \"admin\": \"mottypottytest@gmail.com\",\n                    \"created\": \"2025-03-13T07:57:12.746Z\",\n                    \"_id\": \"67d28fd8cefcf8bb92dc0aaa\"\n                },\n                {\n                    \"name\": \"block\",\n                    \"admin\": \"customeradmin@trustificorp.com\",\n                    \"created\": \"2025-03-13T07:57:37.092Z\",\n                    \"_id\": \"67d28ff1e364556ef309a6c3\"\n                },\n                {\n                    \"name\": \"removeRestrictions\",\n                    \"admin\": \"customeradmin@trustificorp.com\",\n                    \"created\": \"2025-03-13T07:57:43.889Z\",\n                    \"_id\": \"67d28ff7e364556ef309a7e8\"\n                },\n                {\n                    \"name\": \"block24\",\n                    \"admin\": \"customeradmin@trustificorp.com\",\n                    \"created\": \"2025-03-13T07:57:48.256Z\",\n                    \"_id\": \"67d28ffce364556ef309a8fb\"\n                },\n                {\n                    \"name\": \"removeRestrictions\",\n                    \"admin\": \"customeradmin@trustificorp.com\",\n                    \"created\": \"2025-03-13T07:57:53.809Z\",\n                    \"_id\": \"67d29001e364556ef309aa16\"\n                },\n                {\n                    \"name\": \"note\",\n                    \"action\": \"QA Test\",\n                    \"admin\": \"customeradmin@trustificorp.com\",\n                    \"created\": \"2025-03-13T07:58:10.837Z\",\n                    \"_id\": \"67d29012e364556ef309ab29\"\n                },\n                {\n                    \"name\": \"note\",\n                    \"action\": \"Long note Long note Long note Long note Long note Long note Long note Long note\",\n                    \"admin\": \"customeradmin@trustificorp.com\",\n                    \"created\": \"2025-03-13T08:37:59.129Z\",\n                    \"_id\": \"67d29967a74d473ac04d86d0\"\n                }\n            ],\n            \"user_email\": \"mmizrahi@trustificorp.com\",\n            \"user_name\": \"Motty Mizrahi\"\n        },\n        {\n            \"created\": \"2025-03-17T14:02:54.545Z\",\n            \"status\": \"suspicious\",\n            \"email_id\": \"67d82b89e1feca3b30a1bd5c\",\n            \"email_title\": \"$stage 1602\",\n            \"incident_type\": \"sending_sensitive_to_personal_email\",\n            \"incident_info\": {\n                \"domain\": \"gmail.com\",\n                \"sensitivity\": {\n                    \"sensitive_types\": [\n                        {\n                            \"sensitive_type\": \"United States - Social Security Information\",\n                            \"content\": \"333-22-4444, SSN\",\n                            \"score\": 5,\n                            \"compliance\": [\n                                \"HIPAA\",\n                                \"CCPA\",\n                                \"GDPR\",\n                                \"PDPO\",\n                                \"LGPD\",\n                                \"POPI\",\n                                \"FERPA\",\n                                \"GLBA\"\n                            ],\n                            \"_id\": \"67d82b8ce1feca3b30a1c12e\"\n                        },\n                        {\n                            \"sensitive_type\": \"United States - Social Security Number\",\n                            \"content\": \"333-22-4444\",\n                            \"score\": 4,\n                            \"compliance\": [\n                                \"HIPAA\",\n                                \"CCPA\",\n                                \"GDPR\",\n                                \"PDPO\",\n                                \"LGPD\",\n                                \"POPI\",\n                                \"FERPA\",\n                                \"GLBA\"\n                            ],\n                            \"_id\": \"67d82b8ce1feca3b30a1c12f\"\n                        },\n                        {\n                            \"sensitive_type\": \"United States - Social Security Number (Non-Format)\",\n                            \"content\": \"SSN is 333-22-4444\",\n                            \"score\": 4,\n                            \"compliance\": [\n                                \"HIPAA\",\n                                \"CCPA\",\n                                \"GDPR\",\n                                \"PDPO\",\n                                \"LGPD\",\n                                \"POPI\",\n                                \"FERPA\",\n                                \"GLBA\"\n                            ],\n                            \"_id\": \"67d82b8ce1feca3b30a1c130\"\n                        }\n                    ],\n                    \"score\": 5\n                }\n            },\n            \"_id\": \"67d82b8e1536ba5aa6bcd524\",\n            \"actions\": [],\n            \"user_email\": \"mbarash@trustificorp.com\",\n            \"user_name\": \"Michael Barash\"\n        },\n        {\n            \"created\": \"2025-03-17T14:04:45.906Z\",\n            \"status\": \"suspicious\",\n            \"email_id\": \"67d82bfbe1feca3b30a1c193\",\n            \"email_title\": \"$stage test 1604\",\n            \"incident_type\": \"sending_sensitive_to_personal_email\",\n            \"incident_info\": {\n                \"domain\": \"gmail.com\",\n                \"sensitivity\": {\n                    \"sensitive_types\": [\n                        {\n                            \"sensitive_type\": \"RSA Private Key\",\n                            \"content\": \"RSA Private Key\",\n                            \"score\": 5,\n                            \"compliance\": [],\n                            \"_id\": \"67d82b89e1feca3b30a1bd57\"\n                        }\n                    ],\n                    \"score\": 5\n                }\n            },\n            \"_id\": \"67d82bfd1536ba5aa6bce0d7\",\n            \"actions\": [],\n            \"user_email\": \"mbarash@trustificorp.com\",\n            \"user_name\": \"Michael Barash\"\n        },\n        {\n            \"created\": \"2025-03-13T09:31:03.996Z\",\n            \"status\": \"approved\",\n            \"email_id\": \"67d2a59aed73291f0ad5c6b8\",\n            \"email_title\": \"$stage test location 1\",\n            \"incident_type\": \"suspicious_location_change\",\n            \"incident_info\": {\n                \"_id\": \"67d2a5d7a14584cd83e775c9\",\n                \"agent\": {\n                    \"raw\": \"{\\\"ua\\\":\\\"Mozilla/5.0\\\",\\\"browser\\\":{},\\\"engine\\\":{},\\\"os\\\":{},\\\"device\\\":{},\\\"cpu\\\":{}}\"\n                },\n                \"location\": [\n                    {\n                        \"country\": \"DZ\",\n                        \"region\": \"16\",\n                        \"city\": \"Algiers\",\n                        \"ll\": [\n                            36.7377,\n                            3.0839\n                        ],\n                        \"isp\": \"PacketHub S.A.\",\n                        \"org\": \"Packethub S.A\",\n                        \"zip\": \"16006\",\n                        \"created\": \"2025-03-13T09:31:03.994Z\",\n                        \"last_used\": \"2025-03-13T09:31:03.956Z\",\n                        \"connection\": \"\",\n                        \"ip\": \"45.137.76.4\"\n                    }\n                ]\n            },\n            \"_id\": \"67d2a5d7a14584cd83e775ca\",\n            \"actions\": [\n                {\n                    \"name\": \"approved\",\n                    \"admin\": \"customeradmin@trustificorp.com\",\n                    \"created\": \"2025-03-13T09:31:18.443Z\",\n                    \"_id\": \"67d2a5e629d1ca6343298c6a\"\n                }\n            ],\n            \"user_email\": \"oyosef@trustificorp.com\",\n            \"user_name\": \"Ohad Yosef\"\n        },\n        {\n            \"created\": \"2025-03-11T16:57:54.784Z\",\n            \"status\": \"suspicious\",\n            \"email_id\": \"67d06b911fabde9027d731fe\",\n            \"email_title\": \"$stage no block\",\n            \"incident_type\": \"sending_sensitive_to_personal_email\",\n            \"incident_info\": {\n                \"domain\": \"gmail.com\",\n                \"sensitivity\": {\n                    \"sensitive_types\": [\n                        {\n                            \"sensitive_type\": \"United States - Social Security Information\",\n                            \"content\": \"333-22-4444, SSN\",\n                            \"score\": 5,\n                            \"compliance\": [\n                                \"HIPAA\",\n                                \"CCPA\",\n                                \"GDPR\",\n                                \"PDPO\",\n                                \"LGPD\",\n                                \"POPI\",\n                                \"FERPA\",\n                                \"GLBA\"\n                            ],\n                            \"_id\": \"67d06b911fabde9027d73202\"\n                        },\n                        {\n                            \"sensitive_type\": \"United States - Social Security Number\",\n                            \"content\": \"333-22-4444\",\n                            \"score\": 4,\n                            \"compliance\": [\n                                \"HIPAA\",\n                                \"CCPA\",\n                                \"GDPR\",\n                                \"PDPO\",\n                                \"LGPD\",\n                                \"POPI\",\n                                \"FERPA\",\n                                \"GLBA\"\n                            ],\n                            \"_id\": \"67d06b911fabde9027d73203\"\n                        },\n                        {\n                            \"sensitive_type\": \"United States - Social Security Number (Non-Format)\",\n                            \"content\": \"SSN is 333-22-4444\",\n                            \"score\": 4,\n                            \"compliance\": [\n                                \"HIPAA\",\n                                \"CCPA\",\n                                \"GDPR\",\n                                \"PDPO\",\n                                \"LGPD\",\n                                \"POPI\",\n                                \"FERPA\",\n                                \"GLBA\"\n                            ],\n                            \"_id\": \"67d06b911fabde9027d73204\"\n                        }\n                    ],\n                    \"score\": 5\n                }\n            },\n            \"_id\": \"67d06b9290720088debde57b\",\n            \"actions\": [\n                {\n                    \"name\": \"block\",\n                    \"admin\": \"Configured rule\",\n                    \"created\": \"2025-03-11T16:57:54.808Z\",\n                    \"_id\": \"67d06b9290720088debde5a1\"\n                }\n            ],\n            \"user_email\": \"qa_automation@trustificorp.com\",\n            \"user_name\": \"QA Automation\"\n        }\n    ],\n    \"allowViewContent\": true\n}"}],"_postman_id":"7058530f-976e-4b99-aeda-082111a5c375"},{"name":"Get audit logs","event":[{"listen":"test","script":{"id":"cf446f68-3c0c-4a9d-ae2c-8c6c5689a85f","exec":[""],"type":"text/javascript","packages":{}}}],"id":"0159c74a-1bd4-44e8-bbd5-39c0d44ef8d9","request":{"method":"GET","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"url":"https://be.trustifi.com/api/i/v1/admin/compromised/audit?period=last3Days","description":"<p>Get all of the Account Takeover Protection audit logs</p>\n<p><code>period</code>: (String) Allowed values: lastDay/last3Dats/lastWeek/lastMonth/all.</p>\n","urlObject":{"protocol":"https","path":["api","i","v1","admin","compromised","audit"],"host":["be","trustifi","com"],"query":[{"key":"period","value":"last3Days"}],"variable":[]}},"response":[],"_postman_id":"0159c74a-1bd4-44e8-bbd5-39c0d44ef8d9"}],"id":"ca610789-e7a7-4800-852c-3451bffbc272","description":"<p>API for Review activity, incidents and actions related to your users, which may indicate account takeover</p>\n","event":[{"listen":"prerequest","script":{"id":"91a5a495-5e51-41c4-b29f-686e363209e2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2f598011-0544-42a7-9f45-b6c5e0fd13d6","type":"text/javascript","exec":[""]}}],"_postman_id":"ca610789-e7a7-4800-852c-3451bffbc272"},{"name":"Domains","item":[{"name":"Add domain","id":"d1255c81-a700-480c-86a0-f750bd750309","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}"},"url":"https://be.trustifi.com/api/i/v1/admin/domains/:{{domain_name}}","description":"<p>Adds a domain to the verified domains list and creates Trustifi DNS records for this domain.</p>\n<p><code>domain_name</code>: (String) domain to add.</p>\n","urlObject":{"protocol":"https","path":["api","i","v1","admin","domains",":{{domain_name}}"],"host":["be","trustifi","com"],"query":[],"variable":[{"type":"any","value":null,"key":"{{domain_name}}"}]}},"response":[{"id":"6392d5c4-f475-4301-b819-aa7d509f7b49","name":"Add domain","originalRequest":{"method":"POST","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"Application credentials"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"Application credentials"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}"},"url":"https://be.trustifi.com/api/i/v1/admin/domains/dummy.com"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[{\r\n    \"data\": {\r\n        \"verify_token\": \"ddd154jlyX4gMMnAbElRyIyc+zoctVawIWw1Wty/sfo=\",\r\n        \"dkim\": [\r\n            \"aaak4s47dbtxjnorgbf2q25s2rkn4d5k\",\r\n            \"bbbogsnjmzfgobc42aolaw75odn3miww\",\r\n            \"cccuwg5ohtheaaxgwihnc6bhpu2e4mjj\"\r\n        ],\r\n        \"from_record\": true\r\n    },\r\n    \"created\": \"2022-04-18T13:19:42.757Z\",\r\n    \"verified\": false,\r\n    \"dkim_verified\": false,\r\n    \"mail_from_verified\": false,\r\n    \"email_feedback_forwarding\": false,\r\n    \"domain\": \"dummy.com\"\r\n}]"}],"_postman_id":"d1255c81-a700-480c-86a0-f750bd750309"},{"name":"Get domain DNS records","id":"237b251f-ccca-45cb-b908-07da4cd9aad7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"url":"https://be.trustifi.com/api/i/v1/admin/domains/dns/:{{domain_name}}","description":"<p>Gets the Trustifi DNS records for the provided domain.</p>\n<p><code>domain_name</code>: (String) the domain you want to get the DNS records from</p>\n","urlObject":{"protocol":"https","path":["api","i","v1","admin","domains","dns",":{{domain_name}}"],"host":["be","trustifi","com"],"query":[],"variable":[{"type":"any","value":null,"key":"{{domain_name}}"}]}},"response":[{"id":"30ea11e5-f4bf-476e-b912-24f0a22b5113","name":"Get domain DNS records","originalRequest":{"method":"GET","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"Application credentials"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"Application credentials"},{"key":"Content-Type","value":"application/json"}],"url":"https://be.trustifi.com/api/i/v1/admin/domains/dns/dummy.com"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"identity\": [\r\n        {\r\n            \"type\": \"TXT\",\r\n            \"host\": \"_amazonses\",\r\n            \"value\": \"KnMlvX4rWoZCTAtnx/0gS21U5p1HOHlgGmzOiC0S9c4=\"\r\n        }\r\n    ],\r\n    \"dkim\": [\r\n        {\r\n            \"type\": \"CNAME\",\r\n            \"host\": \"gj6ahrgb7ljymbtia43e7jxdsfgv3ji2._domainkey\",\r\n            \"pointer\": \"gj6ahrgb7ljymbtia43e7jxdsfgv3ji2.dkim.amazonses.com\"\r\n        },\r\n        {\r\n            \"type\": \"CNAME\",\r\n            \"host\": \"rvrokomoeanwmzn6uyaybfpcv56owi62._domainkey\",\r\n            \"pointer\": \"rvrokomoeanwmzn6uyaybfpcv56owi62.dkim.amazonses.com\"\r\n        },\r\n        {\r\n            \"type\": \"CNAME\",\r\n            \"host\": \"r5sahghrmr32nmwt4olmb2xns6bxxshm._domainkey\",\r\n            \"pointer\": \"r5sahghrmr32nmwt4olmb2xns6bxxshm.dkim.amazonses.com\"\r\n        }\r\n    ],\r\n    \"mailFrom\": [\r\n        {\r\n            \"type\": \"TXT\",\r\n            \"host\": \"trustifi\",\r\n            \"value\": \"v=spf1 include:amazonses.com ~all\"\r\n        },\r\n        {\r\n            \"type\": \"MX\",\r\n            \"host\": \"trustifi\",\r\n            \"value\": \"feedback-smtp.us-east-1.amazonses.com\",\r\n            \"priority\": 10\r\n        }\r\n    ]\r\n}"}],"_postman_id":"237b251f-ccca-45cb-b908-07da4cd9aad7"}],"id":"408cebe7-7812-4386-85d3-154e752918c9","_postman_id":"408cebe7-7812-4386-85d3-154e752918c9","description":""},{"name":"Partners","item":[{"name":"Usage","id":"05eb9317-4a13-43cf-aa23-6c3fb7fa3354","request":{"method":"GET","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"url":"https://be.trustifi.com/api/i/v1/admin/partner/stats","description":"<p>Review information and statistics about your usage of inbound and outbound licenses.</p>\n","urlObject":{"protocol":"https","path":["api","i","v1","admin","partner","stats"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"114ad5f8-ba84-468a-9368-e4789317ae6a","name":"Usage","originalRequest":{"method":"GET","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"Application credentials"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"Application credentials"},{"key":"Content-Type","value":"application/json"}],"url":"https://be.trustifi.com/api/i/v1/admin/partner/stats"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"usage\": {\r\n        \"emails\": 201,\r\n        \"quarantines\": 81,\r\n        \"archive\": 17172,\r\n        \"attachments\": 33\r\n    },\r\n\t\"general\": [\r\n        {\r\n            \"email\": \"cloud-admin@trustifitest.com\",\r\n            \"usage\": {\r\n                \"emails\": 10035,\r\n                \"quarantines\": 8725,\r\n                \"archive\": 12296,\r\n                \"attachments\": 28\r\n            },\r\n            \"created\": \"2021-12-28T11:47:34.659Z\",\r\n            \"expired\": \"2023-09-01T12:40:50.991Z\",\r\n            \"archive\": {\r\n                \"enabled\": true\r\n            },\r\n            \"account_manager\": \"test@trustificorp.com\",\r\n            \"inbound\": {\r\n                \"used_users\": 4,\r\n                \"allowed_users\": 30\r\n            },\r\n            \"outbound\": {\r\n                \"used_users\": 3,\r\n                \"allowed_users\": 25\r\n            },\r\n            \"plan_sub_type\": \"MSP\"\r\n        },\r\n        {\r\n            \"email\": \"mbarash@trustificorp.net\",\r\n            \"usage\": {\r\n                \"emails\": 124,\r\n                \"quarantines\": 4,\r\n                \"archive\": 1367,\r\n                \"attachments\": 28\r\n            },\r\n            \"created\": \"2021-10-13T08:17:24.695Z\",\r\n            \"expired\": \"2023-08-01T04:00:00.000Z\",\r\n            \"archive\": {\r\n                \"enabled\": true\r\n            },\r\n            \"account_manager\": \"test@trustificorp.com\",\r\n            \"inbound\": {\r\n                \"used_users\": 6,\r\n                \"allowed_users\": 0\r\n            },\r\n            \"outbound\": {\r\n                \"used_users\": 4,\r\n                \"allowed_users\": 27\r\n            },\r\n            \"plan_sub_type\": \"MSP\"\r\n        },\r\n        {\r\n            \"email\": \"mbarash90@outlook.com\",\r\n            \"usage\": {\r\n                \"emails\": 117,\r\n                \"quarantines\": 0,\r\n                \"archive\": 0,\r\n                \"attachments\": 3\r\n            },\r\n            \"created\": \"2022-01-24T15:11:39.890Z\",\r\n            \"expired\": \"2024-10-31T22:00:00.000Z\",\r\n            \"archive\": {\r\n                \"enabled\": true\r\n            },\r\n            \"account_manager\": \"test@trustificorp.com\",\r\n            \"inbound\": {\r\n                \"used_users\": 0,\r\n                \"allowed_users\": 0\r\n            },\r\n            \"outbound\": {\r\n                \"used_users\": 1,\r\n                \"allowed_users\": 10\r\n            },\r\n            \"plan_sub_type\": \"PoC\"\r\n        },\r\n        {\r\n            \"email\": \"admin@testtrustifi.onmicrosoft.com\",\r\n            \"usage\": {\r\n                \"attachments\": 0,\r\n                \"emails\": 1,\r\n                \"quarantines\": 0\r\n            },\r\n            \"created\": \"2023-07-18T11:08:25.358Z\",\r\n            \"expired\": \"2023-09-01T12:02:08.491Z\",\r\n            \"archive\": {\r\n                \"enabled\": false\r\n            },\r\n            \"account_manager\": \"test@trustificorp.com\",\r\n            \"inbound\": {\r\n                \"used_users\": 0,\r\n                \"allowed_users\": 0\r\n            },\r\n            \"outbound\": {\r\n                \"used_users\": 1,\r\n                \"allowed_users\": 25\r\n            },\r\n            \"plan_sub_type\": \"MSP\"\r\n        },\r\n        {\r\n            \"email\": \"delisha@trustificorp.com\",\r\n            \"usage\": {\r\n                \"emails\": 0,\r\n                \"quarantines\": 0,\r\n                \"attachments\": 0\r\n            },\r\n            \"created\": \"2023-07-23T12:34:46.346Z\",\r\n            \"expired\": \"2023-09-01T12:02:08.482Z\",\r\n            \"archive\": {\r\n                \"enabled\": false\r\n            },\r\n            \"account_manager\": \"N/A\",\r\n            \"inbound\": {\r\n                \"used_users\": 0,\r\n                \"allowed_users\": 0\r\n            },\r\n            \"outbound\": {\r\n                \"used_users\": 0,\r\n                \"allowed_users\": 25\r\n            },\r\n            \"plan_sub_type\": \"MSP\"\r\n        },\r\n        {\r\n            \"email\": \"mliapustin@trustificorp.com\",\r\n            \"usage\": {\r\n                \"attachments\": 0,\r\n                \"emails\": 0,\r\n                \"quarantines\": 0\r\n            },\r\n            \"created\": \"2023-07-24T08:00:49.788Z\",\r\n            \"expired\": \"2026-07-30T21:00:00.000Z\",\r\n            \"archive\": {\r\n                \"enabled\": false\r\n            },\r\n            \"account_manager\": \"N/A\",\r\n            \"inbound\": {\r\n                \"used_users\": 0,\r\n                \"allowed_users\": 0\r\n            },\r\n            \"outbound\": {\r\n                \"used_users\": 0,\r\n                \"allowed_users\": 25\r\n            },\r\n            \"plan_sub_type\": \"MSP\"\r\n        },\r\n        {\r\n            \"email\": \"morqatester@gmail.com\",\r\n            \"usage\": {\r\n                \"attachments\": 1,\r\n                \"emails\": 1,\r\n                \"quarantines\": 0\r\n            },\r\n            \"created\": \"2023-08-21T09:45:47.276Z\",\r\n            \"expired\": \"2024-08-20T09:44:35.225Z\",\r\n            \"archive\": {\r\n                \"enabled\": false\r\n            },\r\n            \"account_manager\": \"N/A\",\r\n            \"inbound\": {\r\n                \"used_users\": 0,\r\n                \"allowed_users\": 0\r\n            },\r\n            \"outbound\": {\r\n                \"used_users\": 1,\r\n                \"allowed_users\": 25\r\n            },\r\n            \"plan_sub_type\": \"Pro\"\r\n        },\r\n        {\r\n            \"email\": \"Your Plan\",\r\n            \"usage\": {\r\n                \"emails\": 201,\r\n                \"quarantines\": 81,\r\n                \"archive\": 17172,\r\n                \"attachments\": 33\r\n            },\r\n            \"created\": \"2022-04-14T12:58:11.797Z\",\r\n            \"expired\": \"2026-10-21T00:00:00.000Z\",\r\n            \"archive\": {\r\n                \"enabled\": true\r\n            },\r\n            \"account_manager\": \"N/A\",\r\n            \"inbound\": {\r\n                \"used_users\": 2,\r\n                \"allowed_users\": 290\r\n            },\r\n            \"outbound\": {\r\n                \"used_users\": 12,\r\n                \"allowed_users\": 1700\r\n            },\r\n            \"plan_sub_type\": \"NFR\"\r\n        }\r\n    ],\r\n    \"inbound\": {\r\n        \"used_users\": 12,\r\n        \"allowed_users\": 290,\r\n        \"plansStats\": {\r\n            \"total\": 0,\r\n            \"plans\": {\r\n                \"data\": [\r\n                    0,\r\n                    10,\r\n                    0,\r\n                    2\r\n                ],\r\n                \"labels\": [\r\n                    \"PoC\",\r\n                    \"MSP\",\r\n                    \"Pro\",\r\n                    \"NFR\"\r\n                ]\r\n            }\r\n        },\r\n        \"plansUsage\": {\r\n            \"data\": [\r\n                6,\r\n                4,\r\n                2,\r\n                0,\r\n                0,\r\n                0,\r\n                0,\r\n                0\r\n            ],\r\n            \"labels\": [\r\n                \"mbarash@trustificorp.net\",\r\n                \"cloud-admin@trustifitest.com\",\r\n                \"Your Plan\",\r\n                \"mbarash90@outlook.com\",\r\n                \"admin@testtrustifi.onmicrosoft.com\",\r\n                \"delisha@trustificorp.com\",\r\n                \"mliapustin@trustificorp.com\",\r\n                \"morqatester@gmail.com\"\r\n            ]\r\n        }\r\n    },\r\n    \"outbound\": {\r\n        \"used_users\": 22,\r\n        \"allowed_users\": 1700,\r\n        \"plansStats\": {\r\n            \"total\": 0,\r\n            \"plans\": {\r\n                \"data\": [\r\n                    1,\r\n                    8,\r\n                    1,\r\n                    12\r\n                ],\r\n                \"labels\": [\r\n                    \"PoC\",\r\n                    \"MSP\",\r\n                    \"Pro\",\r\n                    \"NFR\"\r\n                ]\r\n            }\r\n        },\r\n        \"plansUsage\": {\r\n            \"data\": [\r\n                12,\r\n                4,\r\n                3,\r\n                1,\r\n                1,\r\n                1,\r\n                0,\r\n                0\r\n            ],\r\n            \"labels\": [\r\n                \"Your Plan\",\r\n                \"mbarash@trustificorp.net\",\r\n                \"cloud-admin@trustifitest.com\",\r\n                \"mbarash90@outlook.com\",\r\n                \"admin@testtrustifi.onmicrosoft.com\",\r\n                \"morqatester@gmail.com\",\r\n                \"delisha@trustificorp.com\",\r\n                \"mliapustin@trustificorp.com\"\r\n            ]\r\n        }\r\n    }\r\n}"}],"_postman_id":"05eb9317-4a13-43cf-aa23-6c3fb7fa3354"}],"id":"225f6bdc-7093-49dd-bc1a-43c58dbb7149","_postman_id":"225f6bdc-7093-49dd-bc1a-43c58dbb7149","description":""},{"name":"Email","item":[{"name":"Compose email","id":"90f9fb4e-9c2b-e239-5de6-12fc2d1af54b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"Title\",\n  \"html\": \"Body\",\n  \"attachments\": [\"666567df2ff802f69824af56\"],\n  \"recipients\": [{\"email\": \"test@gmail.com\", \"name\": \"test\"}]\n}"},"url":"https://be.trustifi.com/api/i/v1/email","description":"<p>Send email to recipients/contacts/lists (at least one of these must be in the request) with your preferred options.</p>\n<p><code>title</code>: (String, Optional) the email's title.</p>\n<p><code>html</code>: (String, Optional) the email's body.</p>\n<p><code>attachments</code>: (Array[String], Optional) the System ID of the attachment.</p>\n<p><code>recipients</code>: (Array, Optional).</p>\n<p> <code>email</code>: (String, Mandatory) email of the recipient.</p>\n<p> <code>name</code>: (String, Optional) name of the recipient.</p>\n<p> <code>phone</code>: (Object, Optional) phone number of the recipient.</p>\n<p>  <code>country_code</code>: (String) country code.</p>\n<p>  <code>phone_number</code>: (String) phone number.</p>\n<p><code>contacts</code>: (Array[String]) the System ID of the contact.</p>\n<p><code>cc</code>: (Object, Optional)</p>\n<p> <code>recipients</code>: (Array).</p>\n<p>  <code>email</code>: (String, Mandatory) email of the recipient.</p>\n<p>  <code>name</code>: (String, Optional) name of the recipient.</p>\n<p>  <code>phone</code>: (Object, Optional) phone number of the recipient.</p>\n<p>   <code>country_code</code>: (String) country code.</p>\n<p>   <code>phone_number</code>: (String) phone number.</p>\n<p> <code>contacts</code>: (Array[String]) the System ID of the contact.</p>\n<p> <code>lists</code>: (Array[String]) the System ID of the list.</p>\n<p><code>bcc</code>: (Object, Optional)</p>\n<p> <code>recipients</code>: (Array).</p>\n<p>  <code>email</code>: (String, Mandatory) email of the recipient.</p>\n<p>  <code>name</code>: (String, Optional) name of the recipient.</p>\n<p>  <code>phone</code>: (Object, Optional) phone number of the recipient.</p>\n<p>   <code>country_code</code>: (String) country code.</p>\n<p>   <code>phone_number</code>: (String) phone number.</p>\n<p> <code>contacts</code>: (Array[String]) the System ID of the contact.</p>\n<p> <code>lists</code>: (Array[String]) the System ID of the list.</p>\n<p><code>methods</code>: (Object, Optional) the applied options for the email.</p>\n<p>  <code>postmark</code>: (Boolean) legal proof of sending email.</p>\n<p>  <code>secureSend</code>: (Boolean) require two factor authentication for the recipient.</p>\n<p>  <code>encryptContent</code>: (Boolean) email content will be encrypted.</p>\n<p>  <code>secureReply</code>: (Boolean) request recipient to securely reply via Trustifi.</p>\n<p><code>from</code>: (Object, Optional) the address the email will be sent from (default: account primary email). Make sure the chosen email is verified (you can add and verify emails using another request).</p>\n<p> <code>email</code>: (String) the email address of the sender.</p>\n<p> <code>name</code>: (String) the name of the sender.</p>\n","urlObject":{"protocol":"https","path":["api","i","v1","email"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"4fda0c45-0960-4d98-8f85-b868b8015dd3","name":"Compose mail","originalRequest":{"method":"POST","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"Application credentials"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"Application credentials"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"recipients\": [{\"email\": \"test@gmail.com\", \"name\": \"test\"}],\n  \"attachments\": [\"666567df2ff802f69824af56\"],\n  \"title\": \"Title\",\n  \"html\": \"Body\"\n}","options":{"raw":{"language":"json"}}},"url":"https://be.trustifi.com/api/i/v1/email"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"{\n\tmeta: [{\n\t\tdisplay_bar: true,\n\t\tmessage: \"Email was sent successfully. See email info at <a href=\"https://stagetrustifiwebapp.herokuapp.com/?#/index/mailBox/<email_id>\"><b><i>here</i></b></a>\",\n\t\ttype: \"info\"\n\t}],\n\trecipientsCount: 1,\n\t_id: \"<email_id>\"\n}"}],"_postman_id":"90f9fb4e-9c2b-e239-5de6-12fc2d1af54b"},{"name":"Compose email with template","id":"65118bcc-cf29-4b36-bb8a-b86f7232cb5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Application credentials</p>\n","key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY"},{"description":"<p>Application credentials</p>\n","key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"template\": {\n  \t\"name\": \"my_template\",\n  \t\"fields\": {\n  \t\t\"first_field\": \"hello\",\n  \t\t\"second_field\": \"world\"\n  \t}\n  },\n  \"recipients\": [{\"email\": \"test@gmail.com\", \"name\": \"test\"}]\n}"},"url":"https://be.trustifi.com/api/i/v1/email","description":"<p>Send an email using a predefined template.\nEmail will be sent to recipients/contacts/lists (at least one of these must be in the request) with your preferred options.<br /><br /></p>\n<p><code>template</code>: (Object, Mandatory).<br />\n  <code>name</code>: (String, Mandatory) the template's name.<br />\n  <code>fields</code>: (Object, Mandatory) the templates's dynamic fields.<br /></p>\n<p><code>recipients</code>: (Array, Optional).<br />\n <code>email</code>: (String, Mandatory) email of the recipient.<br />\n <code>name</code>: (String, Optional) name of the recipient.<br />\n <code>phone</code>: (Object, Optional) phone number of the recipient.<br />\n  <code>country_code</code>: (String) country code.<br />\n  <code>phone_number</code>: (String) phone number.<br />\n<code>contacts</code>: (Array[String]) the System ID of the contact.<br />\n<code>lists</code>: (Array[String]) the System ID of the list.<br /></p>\n<p><code>cc</code>: (Object, Optional)<br />\n <code>recipients</code>: (Array).<br />\n  <code>email</code>: (String, Mandatory) email of the recipient.<br />\n  <code>name</code>: (String, Optional) name of the recipient.<br />\n  <code>phone</code>: (Object, Optional) phone number of the recipient.<br />\n   <code>country_code</code>: (String) country code.<br />\n   <code>phone_number</code>: (String) phone number.<br />\n <code>contacts</code>: (Array[String]) the System ID of the contact.<br />\n <code>lists</code>: (Array[String]) the System ID of the list.<br /></p>\n<p><code>bcc</code>: (Object, Optional)<br />\n <code>recipients</code>: (Array).<br />\n  <code>email</code>: (String, Mandatory) email of the recipient.<br />\n  <code>name</code>: (String, Optional) name of the recipient.<br />\n  <code>phone</code>: (Object, Optional) phone number of the recipient.<br />\n   <code>country_code</code>: (String) country code.<br />\n   <code>phone_number</code>: (String) phone number.<br />\n <code>contacts</code>: (Array[String]) the System ID of the contact.<br />\n <code>lists</code>: (Array[String]) the System ID of the list.<br /></p>\n<p><code>methods</code>: (Object, Optional) the applied options for the email.<br />\n  <code>postmark</code>: (Boolean) legal proof of sending email.<br />\n  <code>secureSend</code>: (Boolean) require two factor authentication for the recipient.<br />\n  <code>encryptContent</code>: (Boolean) email content will be encrypted.<br />\n  <code>secureReply</code>: (Boolean) request recipient to securely reply via Trustifi.<br /></p>\n<p><code>from</code>: (Object, Optional) the address the email will be sent from (default: account primary email). Make sure the chosen email is verified (you can add and verify emails using another request).<br />\n <code>email</code>: (String) the email address of the sender.<br />\n <code>name</code>: (String) the name of the sender.<br /></p>\n","urlObject":{"protocol":"https","path":["api","i","v1","email"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"b1c1363d-deb1-4542-9f79-df3660c3cd48","name":"Compose email with template","originalRequest":{"method":"POST","header":[{"description":"Application credentials","key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY"},{"description":"Application credentials","key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"template\": {\n  \t\"name\": \"my_template\",\n  \t\"fields\": {\n  \t\t\"first_field\": \"hello\",\n  \t\t\"second_field\": \"world\"\n  \t}\n  },\n  \"recipients\": [{\"email\": \"test@gmail.com\", \"name\": \"test\"}]\n}","options":{"raw":{"language":"json"}}},"url":"https://be.trustifi.com/api/i/v1/email"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"65118bcc-cf29-4b36-bb8a-b86f7232cb5d"},{"name":"Compose draft","id":"ffefebb1-eb87-eb8b-3a9c-c0d2a984faa2","request":{"method":"POST","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"Title\",\n  \"html\": \"Body\",\n  \"attachments\": [],\n  \"methods\": {\n    \"postmark\": false,\n    \"secureSend\": false,\n    \"encryptContent\": false,\n    \"secureReply\": false \n  }\n}"},"url":"https://be.trustifi.com/api/i/v1/email/draft","description":"<p>Create draft email <br />\n<code>methods</code>: (Object, Optional) the applied options for the email. <br />\n  <code>postmark</code>: (Boolean) legal proof of sending email.<br />\n  <code>secureSend</code>: (Boolean) require two factor authentication for the recipient.<br />\n  <code>encryptContent</code>: (Boolean) email content will be encrypted.<br />\n  <code>secureReply</code>: (Boolean) request recipient to securely reply via Trustifi.<br />\n<code>title</code>: (String, Optional) the email's title.<br />\n<code>html</code>: (String, Optional) the email's body.<br />\n<code>attachments</code>: (Array[String], Optional) the System ID of the attachment.<br /></p>\n","urlObject":{"protocol":"https","path":["api","i","v1","email","draft"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"d85fd019-8a46-4ab4-95f9-cd1e3e9a0905","name":"Compose Draft","originalRequest":{"method":"POST","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"Application credentials"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"Application credentials"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"Title\",\n  \"html\": \"Body\"\n}","options":{"raw":{"language":"json"}}},"url":"https://be.trustifi.com/api/i/v1/email/draft"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"{\n\tmeta: [{\n\t\tdisplay_bar: true,\n\t\tmessage: \"Draft was saved successfully. You can view your draft at<a href=\"https://stagetrustifiwebapp.herokuapp.com/?#/index/mailBox/draft/<email_id>\"><b><i>here</i></b></a>\",\n\t\ttype: \"info\"\n\t}],\n\trecipientsCount: 1,\n\t_id: \"<email_id>\"\n}"}],"_postman_id":"ffefebb1-eb87-eb8b-3a9c-c0d2a984faa2"},{"name":"Preview email","id":"2b8b7861-6d10-e604-8446-8fb62ee93935","request":{"method":"POST","header":[{"description":"<p>Application credentials</p>\n","key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY"},{"description":"<p>Application credentials</p>\n","key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"Title\",\n  \"html\": \"Body\"\n}"},"url":"https://be.trustifi.com/api/i/v1/email/preview","description":"<p>Preview email according to the <code>title</code>, <code>body</code> and <code>methods</code> in the request body.<br /></p>\n<p><code>methods</code>: (Object) the applied options for the email.<br />\n  <code>postmark</code>: (Boolean) legal proof of sending email.<br />\n  <code>secureSend</code>: (Boolean) require two factor authentication for the recipient.<br />\n  <code>encryptContent</code>: (Boolean) email content will be encrypted.<br />\n  <code>secureReply</code>: (Boolean) request recipient to securely reply via Trustifi.<br />\n<code>title</code>: (String, Optional) the email's title.<br />\n<code>html</code>: (String, Optional) the email's body.<br /></p>\n","urlObject":{"protocol":"https","path":["api","i","v1","email","preview"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"eaf8a2f9-8c1c-43a2-bd76-5abc04249971","name":"Preview email","originalRequest":{"method":"POST","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"Application credentials"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"Application credentials"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"Title\",\n  \"html\": \"Body\"\n}","options":{"raw":{"language":"json"}}},"url":"https://be.trustifi.com/api/i/v1/email/preview"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"{\n\thtml: \"<html><mail_content></html>\"\n}"}],"_postman_id":"2b8b7861-6d10-e604-8446-8fb62ee93935"},{"name":"Get emails","id":"b0f2bf79-e2a8-c924-3248-168bee392996","request":{"method":"GET","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"url":"https://be.trustifi.com/api/i/v1/email/display/info/{{email_id}}","description":"<p>Get all the information for emails the user has sent.<br />\n<code>email_id</code>: (String, Optional) the System ID of the email. If specified then only information for this email will be shown, otherwise return information of all emails of the user.</p>\n","urlObject":{"protocol":"https","path":["api","i","v1","email","display","info","{{email_id}}"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"beb4d051-91bf-4581-9c2e-4e9c095e6227","name":"Get emails","originalRequest":{"method":"GET","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"Application credentials"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"Application credentials"},{"key":"Content-Type","value":"application/json"}],"url":"https://be.trustifi.com/api/i/v1/email/display/info/{{email_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"emails\": [\n\t        {\n\t            \"_id\": \"5b72ee3210ccc00000ac1e\",\n\t            \"methods\": {\n\t                \"postmark\": true,\n\t                \"secure_send\": false,\n\t                \"secure_reply\": false,\n\t                \"secure_mass\": false\n\t            },\n\t            \"sent\": {\n\t                \"attachments\": [],\n\t                \"title\": \"email 1\",\n\t                \"html\": \"\"\n\t            },\n\t            \"from\": {\n\t                \"email\": \"ecohen@trustificorp.com\",\n\t                \"name\": \"Elad Cohen\"\n\t            },\n\t            \"final_status\": \"In Process\",\n\t            \"is_draft\": true,\n\t            \"advanced\": {\n\t                \"general\": {\n\t                    \"trustifi_wrapper\": true,\n\t                    \"reply_to_enable\": true,\n\t                    \"reply_to_email\": \"\",\n\t                    \"track_links\": true\n\t                },\n\t                \"email_me\": {\n\t                    \"on_any_opened\": false,\n\t                    \"on_any_completed\": false,\n\t                    \"on_completed\": false,\n\t                    \"on_failure\": false,\n\t                    \"on_received\": true\n\t                },\n\t                \"secure\": {\n\t                    \"secure_received\": false,\n\t                    \"encrypt_content\": true,\n\t                    \"require_2factor\": true,\n\t                    \"method_2factor\": \"password\",\n\t                    \"method_2factor_password\": \"1111\",\n\t                    \"method_2factor_password_hint\": \"first guess\",\n\t                    \"expired_enable\": true,\n\t                    \"expired_days\": 30,\n\t                    \"enable_print\": true,\n\t                    \"open_only_once\": false\n\t                },\n\t                \"postmark\": {\n\t                    \"apply_on_send\": true,\n\t                    \"apply_on_received\": false,\n\t                    \"send_email_receipt\": false\n\t                }\n\t            },\n\t            \"num_new_events\": 0,\n\t            \"recipients_count\": 3,\n\t            \"recipientsIDs\": [],\n\t            \"mass_lists\": [],\n\t            \"created\": \"2018-08-14T14:58:58.869Z\"\n\t        },\n\t        ...\n    ]\n}"}],"_postman_id":"b0f2bf79-e2a8-c924-3248-168bee392996"},{"name":"Get email events","id":"5e80aa58-e2ab-7142-9e00-bf9c7ef9bc17","request":{"method":"GET","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"url":"https://be.trustifi.com/api/i/v1/email/tracking/{{email_id}}","description":"<p>See all the tracking events for an email.  </p>\n<p><code>email_id</code>: (String, Mandatory) the System ID of the email.</p>\n","urlObject":{"protocol":"https","path":["api","i","v1","email","tracking","{{email_id}}"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"05f977c5-f928-4dca-b1f0-859a837eb8ca","name":"Get email events","originalRequest":{"method":"GET","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"Application credentials"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"Application credentials"},{"key":"Content-Type","value":"application/json"}],"url":"https://be.trustifi.com/api/i/v1/email/tracking/{{email_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"[\n\t{\n\t\temail: \"user@trustificorp.com\",\n\t\tevents_status: [{name: \"Sent\", status: \"success\"}, {name: \"Delivery\", status: \"success\"},...]\n\t\tid: \"5b6ff66f03a5555c55550b\",\n\t\tis_blocked: false,\n\t\tis_completed: 0,\n\t\tname: \"test\",\n\t\ttrack_events: [\n\t\t\t{\n\t\t\t\tcreated: \"2018-08-13T05:52:21.196Z\",\n\t\t\t\tinfo: [{msg: \"Recipient has opened this email.\"}, {msg: \"Country: EU\"}, {msg: \"OS: Windows/XP\"},...],\n\t\t\t\tll: [47, 8],\n\t\t\t\tname: \"Opened\"\n\t\t\t},...\n\t\t]\n\t}\n]"}],"_postman_id":"5e80aa58-e2ab-7142-9e00-bf9c7ef9bc17"},{"name":"Get postmark","id":"220b311c-3c35-5397-678a-402d0ee08754","request":{"method":"GET","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"url":"https://be.trustifi.com/api/i/v1/email/display/postmark/{{email_id}}","description":"<p>See the postmark for an email.<br />\n<code>email_id</code>: (String, Mandatory) the System ID of the email.</p>\n","urlObject":{"protocol":"https","path":["api","i","v1","email","display","postmark","{{email_id}}"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"48ca3c22-4fd4-40ad-9f69-caba9dc86c94","name":"Get postmark","originalRequest":{"method":"GET","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"Application credentials"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"Application credentials"},{"key":"Content-Type","value":"application/json"}],"url":"https://be.trustifi.com/api/i/v1/email/display/postmark/{{email_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"[\n\t{\n\t\tattachments: [],\n\t\tdataFingerPrint: \"b3b0282b55931a920b8baa32f64d219872b59665c39d705982e123456789123456\",\n\t\tdelivered_at: \"2018-08-12T13:28:04.499Z\",\n\t\thtml: \"<html><head></head><body><p>mail contents</p></body></html>\",\n\t\tid: \"5b7035e0558b132cvg46sss789\",\n\t\topened_at: \"2018-08-12T13:27:37.899Z\",\n\t\trecipient: {id: \"5b7035e0558b2c43585fgf312sf46\", name: \"user-trustifi\", email: \"user@trustificorp.com\"},\n\t\trootCABundleFingerprint: \"JNfdkl_78fdnmSD_iljlTev_o9k-JDSmd425dsfDKDsnlgr1f2\",\n\t\tsender: {name: \"User 2\", email: \"user2@trustificorp.com\"},\n\t\ttimestamp: \"2018-08-12T13:28:04.000Z\",\n\t\ttitle: \"long chain multiple recipients\"\n\t},...\n]"}],"_postman_id":"220b311c-3c35-5397-678a-402d0ee08754"},{"name":"Campaign summary","id":"b2d029bf-6170-e9fc-189d-51e55c1f06b2","request":{"method":"GET","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"url":"https://be.trustifi.com/api/i/v1/email/display/summary/initmass/{{email_id}}","description":"<p>Generate summary for an email campaign.<br />\nThe summary contains aggregate events of this email.<br />\nThis operation takes time according to the number of recipients. Once ready, call <b>Email summary API</b> to see the summary result.<br />\n<code>email_id</code>: (String, Mandatory) the System ID of the email.</p>\n","urlObject":{"protocol":"https","path":["api","i","v1","email","display","summary","initmass","{{email_id}}"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"56a1218d-03be-4ef5-b03c-830a6869ec6e","name":"Campaign summary","originalRequest":{"method":"GET","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"Application credentials"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"Application credentials"},{"key":"Content-Type","value":"application/json"}],"url":"https://be.trustifi.com/api/i/v1/email/display/summary/initmass/{{email_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b2d029bf-6170-e9fc-189d-51e55c1f06b2"},{"name":"Email summary","id":"bfefc226-890b-e992-37e4-113291d319a1","request":{"method":"GET","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"url":"https://be.trustifi.com/api/i/v1/email/display/summary/{{email_id}}","description":"<p>Get summary for the email.<br />\nThe summary contains aggregate events of this email.<br />\n<code>email_id</code>: (String, Mandatory) the System ID of the email.</p>\n","urlObject":{"protocol":"https","path":["api","i","v1","email","display","summary","{{email_id}}"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"bf9434e9-ddad-4b6b-90a8-cbb5c5dc1819","name":"Email summary","originalRequest":{"method":"GET","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"Application credentials"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"Application credentials"},{"key":"Content-Type","value":"application/json"}],"url":"https://be.trustifi.com/api/i/v1/email/display/summary/{{email_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"{\n\tevents: [{name: \"Sent\", value: 1}, {name: \"Delivery\", value: 1}],\n\tfinal_status: \"In Process\",\n\tfinal_status_text: \"In Process (0%)\",\n\tgeneral: [\n\t\t{name: \"Summary report created at\", value: \"2018-08-15T05:46:46.526Z\", type: \"Date\"}, \n\t\t{name: \"Number of recipients\", value: 1},...\n\t],\n\tlinks: [],\n\tshow_open_map: true\n}"}],"_postman_id":"bfefc226-890b-e992-37e4-113291d319a1"},{"name":"Email summary CSV","id":"a8500dad-7236-beb5-b819-0a7832273dcd","request":{"method":"GET","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"url":"https://be.trustifi.com/api/i/v1/email/display/summary/csv/{{email_id}}","description":"<p>Get summary for the email in CSV format.<br />\nThe summary contains aggregate events of this email.<br />\n<code>email_id</code>: (String, Mandatory) the System ID of the email.</p>\n","urlObject":{"protocol":"https","path":["api","i","v1","email","display","summary","csv","{{email_id}}"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8500dad-7236-beb5-b819-0a7832273dcd"},{"name":"Campaign full report","id":"7944bb88-54a3-aa09-0748-ae3be203faa4","request":{"method":"GET","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"url":"https://be.trustifi.com/api/i/v1/email/display/summary/recipients/csv/prepare/{{email_id}}","description":"<p>Generate the summary for all the recipients in the email campaign.<br />\nThe summary contains aggregate events for all the recipients of this email.<br />\nThis operation takes time according to the number of recipients. Once ready then call <b>Email full report API</b> to see the summary result.<br />\n<code>email_id</code>: (String, Mandatory) the System ID of the email.</p>\n","urlObject":{"protocol":"https","path":["api","i","v1","email","display","summary","recipients","csv","prepare","{{email_id}}"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7944bb88-54a3-aa09-0748-ae3be203faa4"},{"name":"Email full report","id":"4389d73f-99f2-9d11-8ece-c51191f71129","request":{"method":"GET","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"url":"https://be.trustifi.com/api/i/v1/email/display/summary/recipients/csv/download/{{email_id}}","description":"<p>Download the summary for all the recipients in the email.<br />\nThe summary contains aggregate events for all the recipients of this email.<br />\n<code>email_id</code>: (String, Mandatory) the System ID of the email.</p>\n","urlObject":{"protocol":"https","path":["api","i","v1","email","display","summary","recipients","csv","download","{{email_id}}"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4389d73f-99f2-9d11-8ece-c51191f71129"}],"id":"ad7d9d33-b431-2bb0-14e9-01c967eae2be","description":"<p>API for sending and getting email information.</p>\n","event":[{"listen":"prerequest","script":{"id":"ba98f710-42f7-4cbc-bb87-bbc6e1a53d29","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9af9f398-cd1b-43e7-8dab-8e341bc3ca2b","type":"text/javascript","exec":[""]}}],"_postman_id":"ad7d9d33-b431-2bb0-14e9-01c967eae2be"},{"name":"User","item":[{"name":"Create user","id":"16f252a7-4d28-4010-8d7a-9604fd5d0354","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"john_doe@trustificorp.com\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"phone\": {\n  \t\"country_code\": \"+1\",\n  \t\"phone_number\": \"2033613169\"\n  }\n}"},"url":"https://be.trustifi.com/api/i/v1/user","description":"<p>Add new user to system.  </p>\n<p><code>email</code>: (String, Mandatory) email of user.  </p>\n<p><code>firstName</code>: (String, Mandatory) first name of user.  </p>\n<p><code>lastName</code>: (String, Mandatory) last name of user.  </p>\n<p><code>phone</code>: (Object, Mandatory) phone of user.  </p>\n<p>  <code>country_code</code>: (String) country code.  </p>\n<p>  <code>phone_number</code>: (String) phone number.  </p>\n<p><code>password</code>: (String, Mandatory if resetPasswordRequired is false) password of user.  </p>\n<p><code>resetPasswordRequired</code>: (Boolean, Optional) user will be notified that he needs to reset his password.  </p>\n<p><code>key</code>: (String, Optional) shared plan key for the user to join.  </p>\n<h2>Errors</h2>\n\n  \n<p>- Invalid email address.<br />- We can not register this address. It looks like the email address is already in use.<br />- Missing user password.<br />- Field is invalid and cannot contain %&lt;&gt;[](),;'</p>\n","urlObject":{"protocol":"https","path":["api","i","v1","user"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"3dbb49d4-8400-4cbd-964d-054159951e34","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"john_doe@trustificorp.com\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"phone\": {\n  \t\"country_code\": \"+1\",\n  \t\"phone_number\": \"2033613169\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://be.trustifi.com/api/i/v1/user"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"{\n\t_id: \"<user_id>\"\n}"}],"_postman_id":"16f252a7-4d28-4010-8d7a-9604fd5d0354"},{"name":"Get user","id":"ce989378-5e49-4af3-a0fa-eb4f639e6ef7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Application credentials</p>\n","key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY"},{"description":"<p>Application credentials</p>\n","key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://be.trustifi.com/api/i/v1/user","description":"<p>Get user information.<br /></p>\n","urlObject":{"protocol":"https","path":["api","i","v1","user"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"c8c5bba7-6bc9-4525-9042-b468d70854ad","name":"Get","originalRequest":{"method":"GET","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"Application credentials"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"Application credentials"},{"key":"Content-Type","value":"application/json"}],"url":"https://be.trustifi.com/api/i/v1/user"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n\t\"api\": {key\": \"<api_key>\", secret\": \"<api_secret>\"}\r\n\t\"connection\": \"Username-Password-Authentication\"\r\n\t\"created\": \"2017-07-05T13\":43\":32.144Z\"\r\n\t\"email\": \"john_doe@gmail.com\"\r\n\t\"email_verified\": true\r\n\t\"integrations\": {\"drop_box\": {\"enabled\": false}, \"s3\": {\"enabled\": false}}\r\n\t\"is_blocked\": false\r\n\t\"is_deleted\": false\r\n\t\"name\": \"John Doe\"\r\n\t\"phone\": {\"country_code\": \"1\", \"phone_number\": \"7024884630\"}\r\n\t\"phone_verified\": false\r\n\t\"plan\": {_id\": \"<plan_id>\", user_id\": \"<user_id>\", support\": true, reports\": true}\r\n\t\"reset_password_required\": false\r\n\t\"sns_registered\": true\r\n\t\"user_role\": \"admin\"\r\n\t\"user_type\": \"private\"\r\n\t\"__v\": 11\r\n\t\"_id\": \"<user_id>\"\r\n}"}],"_postman_id":"ce989378-5e49-4af3-a0fa-eb4f639e6ef7"},{"name":"Delete user","id":"5860ef12-44f1-45d4-81dd-4edc988118d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>Application credentials</p>\n","key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY"},{"description":"<p>Application credentials</p>\n","key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://be.trustifi.com/api/i/v1/user/{{user_email}}","description":"<p>Delete user from system.<br />\n<code>user_email</code>: (String, Mandatory) user email in system.<br /></p>\n","urlObject":{"protocol":"https","path":["api","i","v1","user","{{user_email}}"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"0c4e9bf6-bf91-470d-b15c-a8c49ed35193","name":"Delete","originalRequest":{"method":"DELETE","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"Application credentials"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"Application credentials"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://be.trustifi.com/api/i/v1/user/john_doe@gmail.com"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"5860ef12-44f1-45d4-81dd-4edc988118d6"},{"name":"Get API token","id":"c5696d1d-d19b-469c-9316-c9647e00a9ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"key\":\"fff3f131044867c55dbb3bbc50134411c16fa7ccccc1bf4e\",\n    \"secret\": \"36dccff91153bd72ecd45057e66595cd\"\n}"},"url":"https://be.trustifi.com/api/i/v1/user/token","description":"<p>Receives the user's key and secret, returning an authentication token valid for 12 hours. This token can be used for quick access to the Trustifi web portal.</p>\n<p> key: (String, Mandatory) The user's API key.</p>\n<p> secret: (String, Mandatory)The user's API secret.</p>\n","urlObject":{"protocol":"https","path":["api","i","v1","user","token"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"8fc8ffa2-0a53-4489-bbcf-7896d0cf1c46","name":"Get API token","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"key\":\"fff3f131044867c55dbb3bbc50134411c16fa7ccccc1bf4c\",\n    \"secret\": \"36dccff91153bd72ecd45057e66595cc\"\n}","options":{"raw":{"language":"json"}}},"url":"https://be.trustifi.com/api/i/v1/user/token"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"token\": \"1aoaerz\",\r\n    \"expires\": \"2024-09-24T19:07:07.243Z\"\r\n}"}],"_postman_id":"c5696d1d-d19b-469c-9316-c9647e00a9ca"},{"name":"Verify API token","id":"1d755d44-c56f-4cf7-ada9-cd71d2f2873f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://be.trustifi.com/api/i/v1/user/token/{{token}}","description":"<p>Validates the provided authentication token, confirming its authenticity and returning the associated user's tenant information</p>\n<p>token: (String, Mandatory) the token recieved from \"Get API token\" endpoint.</p>\n","urlObject":{"protocol":"https","path":["api","i","v1","user","token","{{token}}"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"9273e16d-a646-4a16-8652-edcd2a979fa5","name":"Verify API token","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://be.trustifi.com/api/i/v1/user/token/1s1rn3h"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"email\": \"myemail@domain.com\"\r\n}"}],"_postman_id":"1d755d44-c56f-4cf7-ada9-cd71d2f2873f"}],"id":"78fd2df6-c8ff-40e8-889f-8c0216592c78","description":"<p>API for creating and getting user information.</p>\n","event":[{"listen":"prerequest","script":{"id":"5cd5528e-960b-4876-9fa7-e1ba2763fdc9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ebe9e9ad-bb0c-47b5-844a-e30c28cf49da","type":"text/javascript","exec":[""]}}],"_postman_id":"78fd2df6-c8ff-40e8-889f-8c0216592c78"},{"name":"Attachments","item":[{"name":"Add attachment","id":"a66cf71f-3625-db36-3548-825e1de1f9c2","request":{"method":"POST","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":null,"type":"file"}]},"url":"https://be.trustifi.com/api/i/v1/attachment","description":"<p>Upload attachment.<br />\nBody: choose form-data and upload file.</p>\n","urlObject":{"protocol":"https","path":["api","i","v1","attachment"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"0d17f471-fe0a-4097-9e78-ea9ecb9ff255","name":"Add attachment","originalRequest":{"method":"POST","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"Application credentials"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"Application credentials"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":null,"type":"file"}]},"url":"https://be.trustifi.com/api/i/v1/attachment"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"//List of attachments ids\n[\"5b72e786c8ghf555551f19eb\", \"5b72e786c8ghf655551f19eb\",...]"}],"_postman_id":"a66cf71f-3625-db36-3548-825e1de1f9c2"},{"name":"Get attachments","id":"09adc607-ed54-05f9-4998-591432ae6862","request":{"method":"GET","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"https://be.trustifi.com/api/i/v1/attachment/{{attachment_id}}","description":"<p>Get all the information for attachments the user has uploaded.<br />\n<code>attachment_id</code>: (String, Optional) the System ID of the attachment. If specified then only information for this attachment will be shown, otherwise return information of all attachments of the user.</p>\n","urlObject":{"protocol":"https","path":["api","i","v1","attachment","{{attachment_id}}"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"35b78d2e-8b55-4109-ac38-94f02e68f186","name":"Get attachments","originalRequest":{"method":"GET","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"Application credentials"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"Application credentials"},{"key":"Content-Type","value":"application/json"}],"url":"https://be.trustifi.com/api/i/v1/attachment/{{attachment_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"09adc607-ed54-05f9-4998-591432ae6862"},{"name":"Download attachment","id":"c0144f35-6833-e4a4-a4b7-3e12d4eb3790","request":{"method":"GET","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"url":"https://be.trustifi.com/api/i/v1/attachment/file/{{attachment_id}}","description":"<p>Download attachment file.<br />\n<code>attachment_id</code>: (String, Mandatory) the System ID of the attachment.</p>\n","urlObject":{"protocol":"https","path":["api","i","v1","attachment","file","{{attachment_id}}"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c0144f35-6833-e4a4-a4b7-3e12d4eb3790"},{"name":"Delete attachment","id":"f07f0adb-9e9c-8c6c-d3ef-5e65a2441112","request":{"method":"DELETE","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://be.trustifi.com/api/i/v1/attachment/{{attachment_id}}","description":"<p>Delete attachment from system.<br />\n<code>attachment_id</code>: (String, Mandatory) the System ID of the attachment.</p>\n","urlObject":{"protocol":"https","path":["api","i","v1","attachment","{{attachment_id}}"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f07f0adb-9e9c-8c6c-d3ef-5e65a2441112"}],"id":"eb11213d-f83b-89e3-bb20-4d6228e734f9","description":"<p>API for getting, uploading, downloading and deleting attachments.</p>\n","event":[{"listen":"prerequest","script":{"id":"5aecf8e1-49f8-4a76-9396-2bd38aaafcaf","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"814222bd-4dcc-4275-8095-0f264db95c86","type":"text/javascript","exec":[""]}}],"_postman_id":"eb11213d-f83b-89e3-bb20-4d6228e734f9"},{"name":"Contacts","item":[{"name":"Get contacts","event":[{"listen":"test","script":{"id":"cf446f68-3c0c-4a9d-ae2c-8c6c5689a85f","exec":[""],"type":"text/javascript"}}],"id":"0120d912-62fa-42d2-f815-b70c32c0e1d4","request":{"method":"GET","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"url":"https://be.trustifi.com/api/i/v1/contact/{{contact_id}}","description":"<p>Get all contacts from \"My Contacts\".<br />\n<code>contact_id</code>: (String, Optional) the System ID of the contact. If specified then only information for this contact will be shown, otherwise return information for all contacts of the user.</p>\n","urlObject":{"protocol":"https","path":["api","i","v1","contact","{{contact_id}}"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"812a7c00-42e6-4304-b267-d504885bee87","name":"Get contacts","originalRequest":{"method":"GET","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"Application credentials"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"Application credentials"},{"key":"Content-Type","value":"application/json"}],"url":"https://be.trustifi.com/api/i/v1/contact/{{contact_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"5b39d80d2afa555555a394a\",\n        \"phone\": {\n            \"country_code\": \"972\",\n            \"phone_number\": \"547615475\"\n        },\n        \"name\": \"User\",\n        \"email\": \"user@trustificorp.com\",\n        \"user_id\": \"5b39d7222afa555555a3942\",\n        \"created\": \"2018-07-02T07:45:17.197Z\",\n        \"__v\": 0\n    },...\n]"}],"_postman_id":"0120d912-62fa-42d2-f815-b70c32c0e1d4"},{"name":"Delete contact","id":"5649b093-cfe6-dd45-0105-c08c4ac34581","request":{"method":"DELETE","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://be.trustifi.com/api/i/v1/contact/{{contact_id}}","description":"<p>Delete contact from \"My Contacts\"<br />\n<code>contact_id</code>: (String, Mandatory) the System ID of the contact.</p>\n","urlObject":{"protocol":"https","path":["api","i","v1","contact","{{contact_id}}"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5649b093-cfe6-dd45-0105-c08c4ac34581"},{"name":"Add contact","id":"b69f2e74-6160-66f6-4c68-a7c09e60e5f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contacts\": [ {\n    \"name\": \"dummy\",\n    \"email\": \"dummy@gmail.com\",\n      \"phone\": {\n     \"country_code\":\"+1\",\n     \"phone_number\":\"1111111111\"\n  }\n  }]\n}"},"url":"https://be.trustifi.com/api/i/v1/contact/","description":"<p>Add contact to \"My Contacts\".</p>\n<p>If no list is specified then contact will be added only to <strong>All Contacts</strong> list.</p>\n<p><code>contacts</code>: (Array[Object], Mandatory) contact details.</p>\n<p> <code>email</code>: (String, Mandatory) email of the contact.</p>\n<p> <code>name</code>: (String, Optional) name of the contact.</p>\n<p> <code>phone</code>: (Object, Optional) phone number of the contact.</p>\n<p>  <code>country_code</code>: (String) country code.</p>\n<p>  <code>phone_number</code>: (String) phone number.</p>\n","urlObject":{"protocol":"https","path":["api","i","v1","contact",""],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"01f0cdb7-a0d5-4f7b-8ea0-57c22633be3c","name":"Add contact","originalRequest":{"method":"POST","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"Application credentials"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"Application credentials"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"contacts\": [ {\n    \"name\": \"dummy\",\n    \"email\": \"dummy@gmail.com\",\n      \"phone\": {\n     \"country_code\":\"+1\",\n     \"phone_number\":\"1111111111\"\n  }\n  }]\n}","options":{"raw":{"language":"json"}}},"url":"https://be.trustifi.com/api/i/v1/contact/"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"// list of created contacts ids \n[\"5b72c52bb4d1111111f3d63d\"]"}],"_postman_id":"b69f2e74-6160-66f6-4c68-a7c09e60e5f3"},{"name":"Update contact","id":"0d3b3ee2-3504-2a3e-9b68-44a1d68b22c1","request":{"method":"PUT","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"  {\n    \"name\": \"contact\",\n    \"email\": \"user@trustifiorg.com\",\n    \"phone\": {\n      \"country_code\": \"+972\",\n      \"phone_number\": \"111111222\"\n    }\n  }\n"},"url":"https://be.trustifi.com/api/i/v1/contact/{{contact_id}}","description":"<p>Update contact details.<br />\n<code>contact_id</code>: (String, Mandatory) the System ID of the contact.<br />\n <code>email</code>: (String, Mandatory) email of the contact.<br />\n <code>name</code>: (String, Optional) name of the contact.<br />\n <code>phone</code>: (Object, Optional) phone number of the contact.<br />\n  <code>country_code</code>: (String) country code.<br />\n  <code>phone_number</code>: (String) phone number.<br /></p>\n","urlObject":{"protocol":"https","path":["api","i","v1","contact","{{contact_id}}"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"1afa8b36-95c5-40b1-80ae-4b177ffb6c39","name":"Update contact","originalRequest":{"method":"PUT","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"Application credentials"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"Application credentials"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"  {\n    \"name\": \"contact\",\n    \"email\": \"user@trustifiorg.com\",\n    \"phone\": {\n      \"country_code\": \"+972\",\n      \"phone_number\": \"111111222\"\n    }\n  }\n","options":{"raw":{"language":"json"}}},"url":"https://be.trustifi.com/api/i/v1/contact/{{contact_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"{\n\tcreated: \"2018-08-14T12:03:55.362Z\",\n\temail: \"user@trustifiorg.com\",\n\tname: \"contact\",\n\tphone: {country_code: \"972\", phone_number: \"111111222\"},\n\tuser_id: \"5b39d7222afa5555556a3942\",\n\tid: \"5b72c52bb4d5555555f3d63d\"\n}"}],"_postman_id":"0d3b3ee2-3504-2a3e-9b68-44a1d68b22c1"}],"id":"c5d829c3-1e0a-ded3-f5eb-ef33370abc3d","description":"<p>API for getting, adding, updating and deleting contacts.</p>\n","event":[{"listen":"prerequest","script":{"id":"91a5a495-5e51-41c4-b29f-686e363209e2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2f598011-0544-42a7-9f45-b6c5e0fd13d6","type":"text/javascript","exec":[""]}}],"_postman_id":"c5d829c3-1e0a-ded3-f5eb-ef33370abc3d"},{"name":"Templates","item":[{"name":"Get templates","id":"4aaa4063-1feb-f9cc-0053-458e0dcbee19","request":{"method":"GET","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"url":"https://be.trustifi.com/api/i/v1/template/{{template_id}}","description":"<p>Get templates of user.<br />\n<code>template_id</code>: (String, Optional) the System ID of the template. If specified then only information for this template will be shown, otherwise return information for all templates of the user.</p>\n","urlObject":{"protocol":"https","path":["api","i","v1","template","{{template_id}}"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"26d8ed1f-0029-4e73-ada4-830fdc3d7d83","name":"Get templates","originalRequest":{"method":"GET","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"Application credentials"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"Application credentials"},{"key":"Content-Type","value":"application/json"}],"url":"https://be.trustifi.com/api/i/v1/template/{{template_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"[\n\t{\n\t\tattachments:[\n\t\t\t{_id: \"5b39de9a2afa6100046a1234\", name: \"Trustifi-System.docx\", size: 847333, type: \"application/vnd.openxmlformats-officedocument.presentationml.presentation\" },\n\t\t\t...\n\t\t],\n\t\tcreated: \"2018-07-22T08:37:31.331Z\",\n\t\thtml: \"<p>hello world</p>\",\n\t\tis_deleted: false,\n\t\tname: \"example template\",\n\t\trole: \"regular\",\n\t\ttitle: \"example title\",\n\t\tuser_id: \"5b54424b5z00z81z4567b890\"\n\t},\n\t...\n]"}],"_postman_id":"4aaa4063-1feb-f9cc-0053-458e0dcbee19"},{"name":"Add template","id":"fe55a23c-41d3-b04b-a572-bd0df3ae6192","request":{"method":"POST","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"template name\",\n  \"title\": \"template title\",\n  \"html\": \"<p>body for this template</p>\",\n  \"attachments\": [\"5b39de9a2afa6100046a1234\"]\n}"},"url":"https://be.trustifi.com/api/i/v1/template","description":"<p>Create template<br />\n<code>name</code>: (String, Mandatory) the template's name.<br />\n<code>title</code>: (String, Optional) the template's title.<br />\n<code>body</code>: (String, Optional) the template's body.<br />\n<code>attachments</code>: (Array[String], Optional) the System ID of the attachment.<br /></p>\n","urlObject":{"protocol":"https","path":["api","i","v1","template"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"884088bf-95cf-4959-95a8-3e9989741f9f","name":"Add template","originalRequest":{"method":"POST","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"Application credentials"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"Application credentials"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"template name\",\n  \"title\": \"template title\",\n  \"html\": \"<p>body for this template</p>\",\n  \"attachments\": [\"5b39de9a2afa6100046a1234\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://be.trustifi.com/api/i/v1/template"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"{\n\tattachments: [\"5b39de9a2afa6100046a1234\"],\n\tcreated: \"2018-08-14T10:25:18.114Z\",\n\thtml: \"<p>body for this template</p>\",\n\tis_deleted: false,\n\tname: \"template name\",\n\trole: \"regular\",\n\ttitle: \"template title\",\n\tuser_id: \"5b54424b5z00z81z4567b890\"\n}"}],"_postman_id":"fe55a23c-41d3-b04b-a572-bd0df3ae6192"},{"name":"Edit template","id":"c5b79456-9653-f2c1-313c-84ed56d7b2f6","request":{"method":"PUT","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"template name\",\n  \"title\": \"template title\",\n  \"html\": \"<p>body for this template</p>\",\n  \"attachments\": [\"5b39de9a2afa6100046a1234\"]\n}"},"url":"https://be.trustifi.com/api/i/v1/template/{{template_id}}","description":"<p>Update template details.<br />\n<code>template_id</code>: (String, Mandatory) the System ID of the template.<br />\n<code>name</code>: (String, Mandatory) the template's name.<br />\n<code>title</code>: (String, Optional) the template's title.<br />\n<code>body</code>: (String, Optional) the template's body.<br />\n<code>attachments</code>: (Array[String], Optional) the System ID of the attachment.<br /></p>\n","urlObject":{"protocol":"https","path":["api","i","v1","template","{{template_id}}"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"43bf2215-3b02-4c13-95f7-b0966c6a0b33","name":"Edit template","originalRequest":{"method":"PUT","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"Application credentials"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"Application credentials"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"template name\",\n  \"title\": \"title\",\n  \"html\": \"<p>body for this template</p>\",\n  \"attachments\": [\"5b39de9a2afa6100046a1234\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://be.trustifi.com/api/i/v1/template/{{template_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"{\n\tattachments: [\"5b39de9a2afa6100046a1234\"],\n\tcreated: \"2018-08-14T10:25:18.114Z\",\n\thtml: \"<p>body for this template</p>\",\n\tis_deleted: false,\n\tname: \"template name\",\n\trole: \"regular\",\n\ttitle: \"template title\",\n\tuser_id: \"5b54424b5z00z81z4567b890\"\n}"}],"_postman_id":"c5b79456-9653-f2c1-313c-84ed56d7b2f6"},{"name":"Delete template","id":"49fac854-a9b5-9048-08a8-a4ea436e33e8","request":{"method":"DELETE","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://be.trustifi.com/api/i/v1/template/{{template_id}}","description":"<p>Delete template.<br />\n<code>template_id</code>: (String, Mandatory) the System ID of the template.</p>\n","urlObject":{"protocol":"https","path":["api","i","v1","template","{{template_id}}"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"3be7f55b-8fda-4f9d-bce5-e8e4e95c60c3","name":"Delete template","originalRequest":{"method":"DELETE","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"Application credentials"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"Application credentials"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://be.trustifi.com/api/i/v1/template/{{template_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"// Array of all templates after delete execution \n[\n\t{\n\t\tattachments:[\n\t\t\t{_id: \"5b39de9a2afa6100046a1234\", name: \"Trustifi-System.docx\", size: 847333, type: \"application/vnd.openxmlformats-officedocument.presentationml.presentation\" },\n\t\t\t...\n\t\t],\n\t\tcreated: \"2018-07-22T08:37:31.331Z\",\n\t\thtml: \"<p>hello world</p>\",\n\t\tis_deleted: false,\n\t\tname: \"example template\",\n\t\trole: \"regular\",\n\t\ttitle: \"example title\",\n\t\tuser_id: \"5b54424b5z00z81z4567b890\"\n\t},\n\t...\n]"}],"_postman_id":"49fac854-a9b5-9048-08a8-a4ea436e33e8"}],"id":"7c412686-4c69-0544-a0a7-134cb6a49aa7","description":"<p>API for getting, adding, editing and deleting templates.</p>\n","event":[{"listen":"prerequest","script":{"id":"d83b0201-8c68-4851-9b53-dfb96d25da52","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c12b861e-71ac-444d-a64a-5da796289b3a","type":"text/javascript","exec":[""]}}],"_postman_id":"7c412686-4c69-0544-a0a7-134cb6a49aa7"},{"name":"Tickets","item":[{"name":"Get tickets","id":"a40f6927-8467-4659-a7ff-94c578f400a0","request":{"method":"GET","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"url":"https://be.trustifi.com/api/i/v1/user/tickets","description":"<p>Show all support tickets opened by the user.</p>\n<h3 id=\"🔧-request-parameters\">🔧 Request Parameters</h3>\n<h4 id=\"isplantickets-boolean-required\">isPlanTickets (Boolean, <strong>Required</strong>)</h4>\n<p>When set to <code>false</code> - shows only tickets from the specific ueser</p>\n<p>When set to <code>true</code> - shows all tickets from all users in the plan (can only used by admins and sub-admins).</p>\n","urlObject":{"protocol":"https","path":["api","i","v1","user","tickets"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"454addb2-44ac-4538-ab65-f14fd00639af","name":"Get tickets","originalRequest":{"method":"GET","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"Application credentials"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"Application credentials"},{"key":"Content-Type","value":"application/json"}],"url":"https://be.trustifi.com/api/i/v1/user/tickets"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"cc_emails\": [],\n        \"fwd_emails\": [],\n        \"reply_cc_emails\": [],\n        \"ticket_cc_emails\": [],\n        \"ticket_bcc_emails\": [],\n        \"fr_escalated\": false,\n        \"spam\": false,\n        \"email_config_id\": 158000028584,\n        \"group_id\": null,\n        \"priority\": 2,\n        \"requester_id\": 158001249513,\n        \"responder_id\": null,\n        \"source\": 2,\n        \"company_id\": null,\n        \"status\": 2,\n        \"subject\": \"Admin ticket test\",\n        \"association_type\": null,\n        \"support_email\": null,\n        \"to_emails\": null,\n        \"product_id\": 158000011143,\n        \"id\": 23220,\n        \"type\": \"Question\",\n        \"due_by\": \"2025-10-14T23:00:00Z\",\n        \"fr_due_by\": \"2025-10-13T21:00:00Z\",\n        \"is_escalated\": false,\n        \"custom_fields\": {\n            \"cf_closure_reason\": null,\n            \"cf_operation_system_os\": \"Windows 11\",\n            \"cf_plan_id\": \"675fd357701f87f8f48fdbda\",\n            \"cf_deliverability_quarantine_tickets\": null,\n            \"cf_browser\": \"Chrome\",\n            \"cf_severity_level\": \"Low (Minor Severity)\",\n            \"cf_requester_email\": \"admin@trustifitest.com\",\n            \"cf_ticket_category\": null\n        },\n        \"created_at\": \"2025-10-12T11:50:35Z\",\n        \"updated_at\": \"2025-10-12T11:50:35Z\",\n        \"associated_tickets_count\": null,\n        \"tags\": [],\n        \"description\": \"<div>Dummy ticket</div>\",\n        \"description_text\": \"Dummy ticket\",\n        \"structured_description\": null,\n        \"form_id\": 158000033420,\n        \"sentiment_score\": 49,\n        \"initial_sentiment_score\": 49,\n        \"nr_due_by\": null,\n        \"nr_escalated\": false\n    }\n]"}],"_postman_id":"a40f6927-8467-4659-a7ff-94c578f400a0"},{"name":"Add ticket","id":"abdaab7b-b56f-486e-ba92-d8984da5ba71","request":{"method":"POST","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"title","value":"Dummy ticket title","type":"text","uuid":"fbb5f758-7a79-4a72-b85d-145df7e6342a"},{"key":"type","value":"Incident","type":"text","uuid":"797f16ed-ab84-4c65-a92a-2352ff5c19b5"},{"key":"message","value":"Dummy ticket description","type":"text","uuid":"6926b882-c100-4722-8abc-3403358267c9"},{"key":"OS","value":"Windows 11","type":"text","uuid":"8b513f51-ca80-4227-9fc2-1d42d487bbce"},{"key":"browser","value":"Chrome","type":"text","uuid":"c09823d8-6e9a-46ce-bacc-58a0a24bc78b"},{"key":"severity","value":"Low","type":"text","uuid":"26abfd7f-841a-499f-90f8-e53c7a39f848"},{"key":"attachment","type":"file","uuid":"8449fb07-6d1a-47cb-a1eb-c807bce87f0d","value":null}]},"url":"https://be.trustifi.com/api/i/v1/user/tickets","description":"<p>Create a new support ticket</p>\n<h3 id=\"🔧-request-parameters\">🔧 Request Parameters</h3>\n<p><code>title</code> (String, <strong>Required</strong>)</p>\n<p>The title/subject of the support ticket.</p>\n<p><code>message</code> (String, <strong>Required</strong>)</p>\n<p>The actual body of the support ticket. The description of the issue or the question will go here.</p>\n<p><code>type</code> (String, <strong>Required</strong>)</p>\n<p>Can be one of the following:</p>\n<p>  <code>Question</code>: A question from the user to the support team<br />  <code>Incident</code>: An unexpected problem/issue has occurred that needs to be reported and handled<br />  <code>Request</code>: A request from the user to the support team<br />  <code>Bug Report</code>: The user has encountered a bug they would like to report to the support team, in order to fix it<br />  <code>Problem</code>: The user has encountered a problem they need help with<br />  <code>False Negative / Positive</code>: The user is reporting a false positive or negative detection in the system<br />  <code>Renewal</code>: A request to renew the user's plan<br />  <code>Feature Request</code>: A request to add a new feature to the system</p>\n<p><code>OS</code> (String, Optional)</p>\n<p>The user's operating system</p>\n<p><code>browser</code> (String, Optional)</p>\n<p>The user's browser</p>\n<p><code>severity</code> (String, Optional)</p>\n<p>How severe the reported issue is</p>\n<p><code>attachment</code> (File, Optional)</p>\n<p>Attachments can be added to show screenshots of issues, email files, etc.</p>\n","urlObject":{"protocol":"https","path":["api","i","v1","user","tickets"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"c0cfe032-749f-47cc-bfc1-eff784469d37","name":"Add ticket","originalRequest":{"method":"POST","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"Application credentials"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"Application credentials"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"title","value":"Dummy ticket title","type":"text","uuid":"1c9c90b2-9b85-4db3-893c-8a843686409b"},{"key":"type","value":"Question","type":"text","uuid":"4101f2b0-a4fc-4bbd-ae32-f8efb209eb2f"},{"key":"message","value":"Dummy ticket description","type":"text","uuid":"e92eb12f-546b-4a98-b3b7-fdb777857e63"},{"key":"OS","value":"Windows 11","type":"text","uuid":"a5b73820-1c6f-4743-86b6-9e9efd4906b0"},{"key":"browser","value":"Chrome","type":"text","uuid":"b1e6c70a-fe0e-44e4-990e-2f7948444596"},{"key":"severity","value":"Low (Minor Severity)","type":"text","uuid":"ba21fad5-c673-446f-b251-b020d2439c08"},{"key":"attachment","type":"file","uuid":"e23ab13d-b210-4801-aab6-46306a60fc56","value":null}],"options":{"raw":{"language":"json"}}},"url":"https://be.trustifi.com/api/i/v1/user/tickets"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"cc_emails\": [],\n    \"fwd_emails\": [],\n    \"reply_cc_emails\": [],\n    \"ticket_cc_emails\": [],\n    \"ticket_bcc_emails\": [],\n    \"fr_escalated\": false,\n    \"spam\": false,\n    \"email_config_id\": 158000028584,\n    \"group_id\": null,\n    \"priority\": 2,\n    \"requester_id\": 158001249513,\n    \"responder_id\": null,\n    \"source\": 2,\n    \"company_id\": null,\n    \"status\": 2,\n    \"subject\": \"Dummy ticket title\",\n    \"support_email\": null,\n    \"to_emails\": null,\n    \"product_id\": 158000011143,\n    \"id\": 23221,\n    \"type\": \"Question\",\n    \"due_by\": null,\n    \"fr_due_by\": null,\n    \"is_escalated\": false,\n    \"description\": \"<div>Dummy ticket description</div>\",\n    \"description_text\": \"Dummy ticket description\",\n    \"custom_fields\": {\n        \"cf_closure_reason\": null,\n        \"cf_operation_system_os\": \"Windows 11\",\n        \"cf_plan_id\": \"675fd357701f87f8f48fdbda\",\n        \"cf_deliverability_quarantine_tickets\": null,\n        \"cf_browser\": \"Chrome\",\n        \"cf_severity_level\": \"Low (Minor Severity)\",\n        \"cf_requester_email\": \"user@trustifitest.com\",\n        \"cf_ticket_category\": null\n    },\n    \"created_at\": \"2025-10-12T11:59:18Z\",\n    \"updated_at\": \"2025-10-12T11:59:19Z\",\n    \"tags\": [],\n    \"attachments\": [],\n    \"structured_description\": null,\n    \"form_id\": 158000033420,\n    \"nr_due_by\": null,\n    \"nr_escalated\": false\n}"}],"_postman_id":"abdaab7b-b56f-486e-ba92-d8984da5ba71"},{"name":"Delete ticket","id":"1bf4b841-6300-46e4-96b1-c8cb83c0dd99","request":{"method":"DELETE","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"<p>Application credentials</p>\n"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"<p>Application credentials</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://be.trustifi.com/api/i/v1/user/tickets/{{ticket_id}}","description":"<p>Delete support ticket  </p>\n<p><code>ticket_id</code>: (String, Mandatory) the System ID of the support ticket</p>\n","urlObject":{"protocol":"https","path":["api","i","v1","user","tickets","{{ticket_id}}"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[{"id":"cfb8b199-14f3-4471-8472-ae631abb3fde","name":"Delete ticket","originalRequest":{"method":"DELETE","header":[{"key":"x-trustifi-key","value":"YOUR_TRUSTIFI_KEY","description":"Application credentials"},{"key":"x-trustifi-secret","value":"YOUR_TRUSTIFI_SECRET","description":"Application credentials"},{"key":"Content-Type","value":"application/json"}],"url":"https://be.trustifi.com/api/i/v1/user/tickets/{{ticket_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1bf4b841-6300-46e4-96b1-c8cb83c0dd99"}],"id":"cb85eaff-82cb-4fdf-9163-2a2bb841289e","description":"<p>API for getting, adding, editing and deleting templates.</p>\n","event":[{"listen":"prerequest","script":{"id":"d83b0201-8c68-4851-9b53-dfb96d25da52","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c12b861e-71ac-444d-a64a-5da796289b3a","type":"text/javascript","exec":[""]}}],"_postman_id":"cb85eaff-82cb-4fdf-9163-2a2bb841289e"},{"name":"Verify API token","id":"773ad247-4f62-4e46-82db-a911aafb32f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://be.trustifi.com/api/i/v1/user/token/1aoaerz","description":"<p>As an Admin you can add users under your plan.<br />\nAn email will be sent to each of the users below. Once the user signs up he will automatically be under the admin's plan.<br />\n<code>emails</code>: (Array, Mandatory)<br />\n <code>email</code>: (String, Mandatory) Email address of the user to be added.<br />\n <code>name</code>: (String, Mandatory) Name of the user to be added.<br />\n <code>password</code>: (String, Optional) Relevant when <code>createUser</code> is set to true. If password does not exist, then the system will auto generate a password for the user. In case exists then it must have at least 8 characters of 3 types: Lower case, Upper case and Number.<br />\n<code>createUser</code>: (Boolean, Optional) User will be automatically created and connected to plan<br /></p>\n","urlObject":{"protocol":"https","path":["api","i","v1","user","token","1aoaerz"],"host":["be","trustifi","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"773ad247-4f62-4e46-82db-a911aafb32f5"}],"event":[{"listen":"prerequest","script":{"id":"64c9485f-d25c-437b-ac84-5469d67ba5cc","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2db7b1ca-06cc-4c4f-86e9-c1befbc1e458","type":"text/javascript","exec":[""]}}]}