{ "uuid": "8d0b3d76-4bca-4e5a-97aa-3a0959538966", "lastMigration": 29, "name": "Twilio - Trusthub", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "7a7c91b6-4742-491b-97e1-2890e27723a2", "documentation": "Retrieve a list of all Customer-Profiles for an account.", "method": "get", "endpoint": "v1/CustomerProfiles", "responses": [ { "uuid": "c80b8c7a-5f5b-4e38-9aca-fbe4f2ab5e00", "body": "{\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n },\n \"results\": [\n {\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"email\": \"\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"policy_sid\": \"\",\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'draft' 'pending-review' 'in-review' 'twilio-rejected' 'twilio-approved')}}\",\n \"status_callback\": \"\",\n \"url\": \"\",\n \"valid_until\": \"{{faker 'date.recent' 365}}\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "388a2ebf-db42-4529-bd1b-e42c77179040", "documentation": "Create a new Customer-Profile.", "method": "post", "endpoint": "v1/CustomerProfiles", "responses": [ { "uuid": "ab8fe815-4792-49f1-9e02-e673138721b9", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"email\": \"\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"policy_sid\": \"\",\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'draft' 'pending-review' 'in-review' 'twilio-rejected' 'twilio-approved')}}\",\n \"status_callback\": \"\",\n \"url\": \"\",\n \"valid_until\": \"{{faker 'date.recent' 365}}\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a2f532fd-8480-44f4-b371-93f4106210e4", "documentation": "Retrieve a list of all Assigned Items for an account.", "method": "get", "endpoint": "v1/CustomerProfiles/:CustomerProfileSid/ChannelEndpointAssignments", "responses": [ { "uuid": "7ce1ecc6-de09-4040-9424-9cd91f6ef133", "body": "{\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n },\n \"results\": [\n {\n \"account_sid\": \"\",\n \"channel_endpoint_sid\": \"\",\n \"channel_endpoint_type\": \"\",\n \"customer_profile_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"sid\": \"\",\n \"url\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fff1893b-70b1-4624-ab30-d60d6b2c8ea7", "documentation": "Create a new Assigned Item.", "method": "post", "endpoint": "v1/CustomerProfiles/:CustomerProfileSid/ChannelEndpointAssignments", "responses": [ { "uuid": "fe7a55d1-f55e-413f-8bbc-0854b0e2484b", "body": "{\n \"account_sid\": \"\",\n \"channel_endpoint_sid\": \"\",\n \"channel_endpoint_type\": \"\",\n \"customer_profile_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"sid\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e13430a9-78b4-40f0-9b59-9dad68c68262", "documentation": "Remove an Assignment Item Instance.", "method": "delete", "endpoint": "v1/CustomerProfiles/:CustomerProfileSid/ChannelEndpointAssignments/:Sid", "responses": [ { "uuid": "8e164182-080e-4167-aaf3-b5e774f624cd", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "584a96ab-8b05-4d91-903f-16f6f545c4fb", "documentation": "Fetch specific Assigned Item Instance.", "method": "get", "endpoint": "v1/CustomerProfiles/:CustomerProfileSid/ChannelEndpointAssignments/:Sid", "responses": [ { "uuid": "7b0fdfa0-5195-4355-a6a5-c6f3e6d704a6", "body": "{\n \"account_sid\": \"\",\n \"channel_endpoint_sid\": \"\",\n \"channel_endpoint_type\": \"\",\n \"customer_profile_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"sid\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a7884d93-1bd7-447c-aafd-2d3176d914e7", "documentation": "Retrieve a list of all Assigned Items for an account.", "method": "get", "endpoint": "v1/CustomerProfiles/:CustomerProfileSid/EntityAssignments", "responses": [ { "uuid": "2684b94d-857d-4cb6-87f7-ea0a6e028c0e", "body": "{\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n },\n \"results\": [\n {\n \"account_sid\": \"\",\n \"customer_profile_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"object_sid\": \"\",\n \"sid\": \"\",\n \"url\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ef4e1330-c778-4ace-994c-35a8bd37f01a", "documentation": "Create a new Assigned Item.", "method": "post", "endpoint": "v1/CustomerProfiles/:CustomerProfileSid/EntityAssignments", "responses": [ { "uuid": "81be6d55-3be1-4d2f-b854-4c402831b7f3", "body": "{\n \"account_sid\": \"\",\n \"customer_profile_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"object_sid\": \"\",\n \"sid\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fafc57ac-a29b-49ca-a433-7d5c97aaa423", "documentation": "Remove an Assignment Item Instance.", "method": "delete", "endpoint": "v1/CustomerProfiles/:CustomerProfileSid/EntityAssignments/:Sid", "responses": [ { "uuid": "f29d53a7-4c90-41ae-a897-8bd51624ad7f", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "36ee4598-8b0a-4f10-a9a9-4874cdebdcbb", "documentation": "Fetch specific Assigned Item Instance.", "method": "get", "endpoint": "v1/CustomerProfiles/:CustomerProfileSid/EntityAssignments/:Sid", "responses": [ { "uuid": "231d12db-8ec9-4e4c-93fe-8bb3edafb244", "body": "{\n \"account_sid\": \"\",\n \"customer_profile_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"object_sid\": \"\",\n \"sid\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "80c347fd-8642-46ca-ad6b-44740421367c", "documentation": "Retrieve a list of Evaluations associated to the customer_profile resource.", "method": "get", "endpoint": "v1/CustomerProfiles/:CustomerProfileSid/Evaluations", "responses": [ { "uuid": "fd9885f4-d344-44e1-92af-b4186015f599", "body": "{\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n },\n \"results\": [\n {\n \"account_sid\": \"\",\n \"customer_profile_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"policy_sid\": \"\",\n \"results\": [\n \"\"\n ],\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'compliant' 'noncompliant')}}\",\n \"url\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2e273aa5-e3d5-42a4-949b-07e70de515b5", "documentation": "Create a new Evaluation", "method": "post", "endpoint": "v1/CustomerProfiles/:CustomerProfileSid/Evaluations", "responses": [ { "uuid": "e27cd6fe-a615-411a-80fd-9a9e8c0dd67b", "body": "{\n \"account_sid\": \"\",\n \"customer_profile_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"policy_sid\": \"\",\n \"results\": [\n \"\"\n ],\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'compliant' 'noncompliant')}}\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "aaa8cffe-2248-414c-b537-80b68bad79e0", "documentation": "Fetch specific Evaluation Instance.", "method": "get", "endpoint": "v1/CustomerProfiles/:CustomerProfileSid/Evaluations/:Sid", "responses": [ { "uuid": "ff9d0216-967e-4da1-b21b-d087213f800f", "body": "{\n \"account_sid\": \"\",\n \"customer_profile_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"policy_sid\": \"\",\n \"results\": [\n \"\"\n ],\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'compliant' 'noncompliant')}}\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f7386d36-a25d-400a-bf60-748e6ad0bcc2", "documentation": "Delete a specific Customer-Profile.", "method": "delete", "endpoint": "v1/CustomerProfiles/:Sid", "responses": [ { "uuid": "ceb86473-e133-4859-9018-1022bbd18293", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bece83c0-a4be-4941-af1d-58971cbdb343", "documentation": "Fetch a specific Customer-Profile instance.", "method": "get", "endpoint": "v1/CustomerProfiles/:Sid", "responses": [ { "uuid": "53c37c1c-ad92-4ba0-b56c-2a083759fa8e", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"email\": \"\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"policy_sid\": \"\",\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'draft' 'pending-review' 'in-review' 'twilio-rejected' 'twilio-approved')}}\",\n \"status_callback\": \"\",\n \"url\": \"\",\n \"valid_until\": \"{{faker 'date.recent' 365}}\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a613b26b-3866-4706-8952-a04706732efc", "documentation": "Updates a Customer-Profile in an account.", "method": "post", "endpoint": "v1/CustomerProfiles/:Sid", "responses": [ { "uuid": "0bd98c6c-f0ad-4330-88f5-fe12c6f11fd4", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"email\": \"\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"policy_sid\": \"\",\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'draft' 'pending-review' 'in-review' 'twilio-rejected' 'twilio-approved')}}\",\n \"status_callback\": \"\",\n \"url\": \"\",\n \"valid_until\": \"{{faker 'date.recent' 365}}\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ef3bb50e-960e-4b2c-9cb8-f6b5f1234205", "documentation": "Retrieve a list of all End-User Types.", "method": "get", "endpoint": "v1/EndUserTypes", "responses": [ { "uuid": "80b4cc12-a0e1-4cfc-b41e-f47f5467bd6e", "body": "{\n \"end_user_types\": [\n {\n \"fields\": [\n \"\"\n ],\n \"friendly_name\": \"\",\n \"machine_name\": \"\",\n \"sid\": \"\",\n \"url\": \"\"\n }\n ],\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "dc66b243-0bd5-4ad2-9d47-3fd1a91cb981", "documentation": "Fetch a specific End-User Type Instance.", "method": "get", "endpoint": "v1/EndUserTypes/:Sid", "responses": [ { "uuid": "300d6c76-d5cd-4f57-812a-0fe24d8e22fc", "body": "{\n \"fields\": [\n \"\"\n ],\n \"friendly_name\": \"\",\n \"machine_name\": \"\",\n \"sid\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "83dd96f1-b701-4c1f-b852-170940ab737d", "documentation": "Retrieve a list of all End User for an account.", "method": "get", "endpoint": "v1/EndUsers", "responses": [ { "uuid": "ce62a880-198a-4ac2-b8ee-6c0917500530", "body": "{\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n },\n \"results\": [\n {\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"sid\": \"\",\n \"type\": \"\",\n \"url\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e301c9a5-022a-4873-82b3-91bbd0827463", "documentation": "Create a new End User.", "method": "post", "endpoint": "v1/EndUsers", "responses": [ { "uuid": "57d91b82-33f7-459f-a35a-9db10961e498", "body": "{\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"sid\": \"\",\n \"type\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0bc5d801-a370-4127-9a42-4e64a121f7a3", "documentation": "Delete a specific End User.", "method": "delete", "endpoint": "v1/EndUsers/:Sid", "responses": [ { "uuid": "9d4e3bf3-d538-4ec7-b987-246d414995a7", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "02e733ad-7459-48d3-baab-551f0f88718f", "documentation": "Fetch specific End User Instance.", "method": "get", "endpoint": "v1/EndUsers/:Sid", "responses": [ { "uuid": "bc09b679-75e3-46f0-a67f-9a8dbcdc892e", "body": "{\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"sid\": \"\",\n \"type\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e9be88a7-db74-49be-b1b9-74ccd8fbd88e", "documentation": "Update an existing End User.", "method": "post", "endpoint": "v1/EndUsers/:Sid", "responses": [ { "uuid": "407b73a9-eb49-4c8f-8662-a7cbdddfd23c", "body": "{\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"sid\": \"\",\n \"type\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4b7e804c-40fe-41c0-acdc-995a1e383cdc", "documentation": "Retrieve a list of all Policys.", "method": "get", "endpoint": "v1/Policies", "responses": [ { "uuid": "5a4f7945-fe10-495b-8916-9cc9448d7759", "body": "{\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n },\n \"results\": [\n {\n \"friendly_name\": \"\",\n \"requirements\": \"\",\n \"sid\": \"\",\n \"url\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3e5a9e6e-024a-4581-9b0c-1fde8dd8fcfb", "documentation": "Fetch specific Policy Instance.", "method": "get", "endpoint": "v1/Policies/:Sid", "responses": [ { "uuid": "f40f4d13-1deb-4140-a301-76361a7f9291", "body": "{\n \"friendly_name\": \"\",\n \"requirements\": \"\",\n \"sid\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8c6ca952-2cd0-4ee6-aa25-dbf189e3a4fa", "documentation": "Retrieve a list of all Supporting Document Types.", "method": "get", "endpoint": "v1/SupportingDocumentTypes", "responses": [ { "uuid": "a04bcb72-ea03-4019-bd1e-b46f501b59ba", "body": "{\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n },\n \"supporting_document_types\": [\n {\n \"fields\": [\n \"\"\n ],\n \"friendly_name\": \"\",\n \"machine_name\": \"\",\n \"sid\": \"\",\n \"url\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e09816a6-cc3f-4d87-b812-8c440d44e8d8", "documentation": "Fetch a specific Supporting Document Type Instance.", "method": "get", "endpoint": "v1/SupportingDocumentTypes/:Sid", "responses": [ { "uuid": "e3474104-b336-4ea1-9c5c-76d3e372b118", "body": "{\n \"fields\": [\n \"\"\n ],\n \"friendly_name\": \"\",\n \"machine_name\": \"\",\n \"sid\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "763d1fe0-bf3e-48e8-88ad-226db7142d06", "documentation": "Retrieve a list of all Supporting Document for an account.", "method": "get", "endpoint": "v1/SupportingDocuments", "responses": [ { "uuid": "0e0255b3-741a-42e3-b368-9517ca73657f", "body": "{\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n },\n \"results\": [\n {\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"mime_type\": \"\",\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'draft' 'pending-review' 'rejected' 'approved' 'expired' 'provisionally-approved')}}\",\n \"type\": \"\",\n \"url\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a3907380-50f7-4da1-b208-09a8e6b2f33b", "documentation": "Create a new Supporting Document.", "method": "post", "endpoint": "v1/SupportingDocuments", "responses": [ { "uuid": "d6a40eb5-468f-4dbe-8c95-9320befea07b", "body": "{\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"mime_type\": \"\",\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'draft' 'pending-review' 'rejected' 'approved' 'expired' 'provisionally-approved')}}\",\n \"type\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0aac92aa-c8fe-43fb-90c5-11f33099210e", "documentation": "Delete a specific Supporting Document.", "method": "delete", "endpoint": "v1/SupportingDocuments/:Sid", "responses": [ { "uuid": "8f88803f-6cbe-42ff-96a1-fbfc2b7859ac", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8fdf3931-917e-472f-b083-f7b53731ca3f", "documentation": "Fetch specific Supporting Document Instance.", "method": "get", "endpoint": "v1/SupportingDocuments/:Sid", "responses": [ { "uuid": "45d97b3f-fd5a-4920-88f7-4a2c08f473d4", "body": "{\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"mime_type\": \"\",\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'draft' 'pending-review' 'rejected' 'approved' 'expired' 'provisionally-approved')}}\",\n \"type\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "66d39b1b-9a4e-4827-9063-2a0ee74d3965", "documentation": "Update an existing Supporting Document.", "method": "post", "endpoint": "v1/SupportingDocuments/:Sid", "responses": [ { "uuid": "79aab333-0e4e-4800-ae29-8b9ff3abee21", "body": "{\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"mime_type\": \"\",\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'draft' 'pending-review' 'rejected' 'approved' 'expired' 'provisionally-approved')}}\",\n \"type\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9d8be9d3-0cc4-4a86-aca2-7869f00513ff", "documentation": "Retrieve a list of all Customer-Profiles for an account.", "method": "get", "endpoint": "v1/TrustProducts", "responses": [ { "uuid": "2e30ca4d-d643-45e6-8b1f-b462317cb957", "body": "{\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n },\n \"results\": [\n {\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"email\": \"\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"policy_sid\": \"\",\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'draft' 'pending-review' 'in-review' 'twilio-rejected' 'twilio-approved')}}\",\n \"status_callback\": \"\",\n \"url\": \"\",\n \"valid_until\": \"{{faker 'date.recent' 365}}\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "12e3b3f8-247d-4f6c-80d3-60ed6f8befc6", "documentation": "Create a new Customer-Profile.", "method": "post", "endpoint": "v1/TrustProducts", "responses": [ { "uuid": "a3fb649f-826c-4698-b0e7-d202a7837ab9", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"email\": \"\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"policy_sid\": \"\",\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'draft' 'pending-review' 'in-review' 'twilio-rejected' 'twilio-approved')}}\",\n \"status_callback\": \"\",\n \"url\": \"\",\n \"valid_until\": \"{{faker 'date.recent' 365}}\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e4032805-e97e-4fee-b3a4-303cd8cf4038", "documentation": "Delete a specific Customer-Profile.", "method": "delete", "endpoint": "v1/TrustProducts/:Sid", "responses": [ { "uuid": "4dfb2969-441d-4bb1-91bf-bdf924cf0833", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a72c27b5-2e65-42c1-bbbd-a8ec9908ab9e", "documentation": "Fetch a specific Customer-Profile instance.", "method": "get", "endpoint": "v1/TrustProducts/:Sid", "responses": [ { "uuid": "067d2299-cc15-4807-a914-6876fc31bcc6", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"email\": \"\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"policy_sid\": \"\",\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'draft' 'pending-review' 'in-review' 'twilio-rejected' 'twilio-approved')}}\",\n \"status_callback\": \"\",\n \"url\": \"\",\n \"valid_until\": \"{{faker 'date.recent' 365}}\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "460eef4b-3273-4ce1-b132-d396ff5dae13", "documentation": "Updates a Customer-Profile in an account.", "method": "post", "endpoint": "v1/TrustProducts/:Sid", "responses": [ { "uuid": "78fd9d70-457d-4929-b29a-4408af481dea", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"email\": \"\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"policy_sid\": \"\",\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'draft' 'pending-review' 'in-review' 'twilio-rejected' 'twilio-approved')}}\",\n \"status_callback\": \"\",\n \"url\": \"\",\n \"valid_until\": \"{{faker 'date.recent' 365}}\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a9ff8064-d60a-4e62-9ac9-6db64aa2039d", "documentation": "Retrieve a list of all Assigned Items for an account.", "method": "get", "endpoint": "v1/TrustProducts/:TrustProductSid/ChannelEndpointAssignments", "responses": [ { "uuid": "2505d934-755b-4670-aaaf-18a45c30db0d", "body": "{\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n },\n \"results\": [\n {\n \"account_sid\": \"\",\n \"channel_endpoint_sid\": \"\",\n \"channel_endpoint_type\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"sid\": \"\",\n \"trust_product_sid\": \"\",\n \"url\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "630e11df-392d-4a31-9aef-4ee01d9299bf", "documentation": "Create a new Assigned Item.", "method": "post", "endpoint": "v1/TrustProducts/:TrustProductSid/ChannelEndpointAssignments", "responses": [ { "uuid": "5b8e78f6-69b0-4410-b77c-ea25e9fdd9e5", "body": "{\n \"account_sid\": \"\",\n \"channel_endpoint_sid\": \"\",\n \"channel_endpoint_type\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"sid\": \"\",\n \"trust_product_sid\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6852983d-aee8-4223-95e4-488281838301", "documentation": "Remove an Assignment Item Instance.", "method": "delete", "endpoint": "v1/TrustProducts/:TrustProductSid/ChannelEndpointAssignments/:Sid", "responses": [ { "uuid": "9b16a0dc-aceb-4bb3-b696-9617025a3641", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "17999c82-c6c5-427f-a302-4c8691b7c79c", "documentation": "Fetch specific Assigned Item Instance.", "method": "get", "endpoint": "v1/TrustProducts/:TrustProductSid/ChannelEndpointAssignments/:Sid", "responses": [ { "uuid": "7240549a-d135-456f-b7c9-c5d46cf60496", "body": "{\n \"account_sid\": \"\",\n \"channel_endpoint_sid\": \"\",\n \"channel_endpoint_type\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"sid\": \"\",\n \"trust_product_sid\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b4f7eed2-6d6d-49f6-8a6b-bc2b7bdb550e", "documentation": "Retrieve a list of all Assigned Items for an account.", "method": "get", "endpoint": "v1/TrustProducts/:TrustProductSid/EntityAssignments", "responses": [ { "uuid": "d36b33b0-f19f-4398-90a3-3687ff52da94", "body": "{\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n },\n \"results\": [\n {\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"object_sid\": \"\",\n \"sid\": \"\",\n \"trust_product_sid\": \"\",\n \"url\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2911e886-31c3-4ae2-9f5b-1abba5193b1f", "documentation": "Create a new Assigned Item.", "method": "post", "endpoint": "v1/TrustProducts/:TrustProductSid/EntityAssignments", "responses": [ { "uuid": "b2d29c5b-2bbd-487d-9761-b2a6e4edea87", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"object_sid\": \"\",\n \"sid\": \"\",\n \"trust_product_sid\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b7c4375e-eb95-4fe6-abe4-9eed1f19b7ea", "documentation": "Remove an Assignment Item Instance.", "method": "delete", "endpoint": "v1/TrustProducts/:TrustProductSid/EntityAssignments/:Sid", "responses": [ { "uuid": "6fda8140-f1fb-4c10-9543-ac0380a6356f", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0e39ced1-1909-4c94-99b7-03f12051bcf6", "documentation": "Fetch specific Assigned Item Instance.", "method": "get", "endpoint": "v1/TrustProducts/:TrustProductSid/EntityAssignments/:Sid", "responses": [ { "uuid": "f1d88b1b-ef09-43f1-8600-78c8f9ce6c60", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"object_sid\": \"\",\n \"sid\": \"\",\n \"trust_product_sid\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "95ebb569-15a0-46db-a34c-2cb4f31410ec", "documentation": "Retrieve a list of Evaluations associated to the trust_product resource.", "method": "get", "endpoint": "v1/TrustProducts/:TrustProductSid/Evaluations", "responses": [ { "uuid": "cfc16d3c-8b87-4128-8207-80ab7f34c9b4", "body": "{\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n },\n \"results\": [\n {\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"policy_sid\": \"\",\n \"results\": [\n \"\"\n ],\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'compliant' 'noncompliant')}}\",\n \"trust_product_sid\": \"\",\n \"url\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3810dd18-de39-402b-accf-de6a7588e576", "documentation": "Create a new Evaluation", "method": "post", "endpoint": "v1/TrustProducts/:TrustProductSid/Evaluations", "responses": [ { "uuid": "a9883105-f625-48e5-8460-98787ac141db", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"policy_sid\": \"\",\n \"results\": [\n \"\"\n ],\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'compliant' 'noncompliant')}}\",\n \"trust_product_sid\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9b9ef3ef-c052-4bb8-badd-871b36c0d129", "documentation": "Fetch specific Evaluation Instance.", "method": "get", "endpoint": "v1/TrustProducts/:TrustProductSid/Evaluations/:Sid", "responses": [ { "uuid": "d424e740-ecc9-43c4-82e7-9b256bf588e0", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"policy_sid\": \"\",\n \"results\": [\n \"\"\n ],\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'compliant' 'noncompliant')}}\",\n \"trust_product_sid\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "7a7c91b6-4742-491b-97e1-2890e27723a2" }, { "type": "route", "uuid": "388a2ebf-db42-4529-bd1b-e42c77179040" }, { "type": "route", "uuid": "a2f532fd-8480-44f4-b371-93f4106210e4" }, { "type": "route", "uuid": "fff1893b-70b1-4624-ab30-d60d6b2c8ea7" }, { "type": "route", "uuid": "e13430a9-78b4-40f0-9b59-9dad68c68262" }, { "type": "route", "uuid": "584a96ab-8b05-4d91-903f-16f6f545c4fb" }, { "type": "route", "uuid": "a7884d93-1bd7-447c-aafd-2d3176d914e7" }, { "type": "route", "uuid": "ef4e1330-c778-4ace-994c-35a8bd37f01a" }, { "type": "route", "uuid": "fafc57ac-a29b-49ca-a433-7d5c97aaa423" }, { "type": "route", "uuid": "36ee4598-8b0a-4f10-a9a9-4874cdebdcbb" }, { "type": "route", "uuid": "80c347fd-8642-46ca-ad6b-44740421367c" }, { "type": "route", "uuid": "2e273aa5-e3d5-42a4-949b-07e70de515b5" }, { "type": "route", "uuid": "aaa8cffe-2248-414c-b537-80b68bad79e0" }, { "type": "route", "uuid": "f7386d36-a25d-400a-bf60-748e6ad0bcc2" }, { "type": "route", "uuid": "bece83c0-a4be-4941-af1d-58971cbdb343" }, { "type": "route", "uuid": "a613b26b-3866-4706-8952-a04706732efc" }, { "type": "route", "uuid": "ef3bb50e-960e-4b2c-9cb8-f6b5f1234205" }, { "type": "route", "uuid": "dc66b243-0bd5-4ad2-9d47-3fd1a91cb981" }, { "type": "route", "uuid": "83dd96f1-b701-4c1f-b852-170940ab737d" }, { "type": "route", "uuid": "e301c9a5-022a-4873-82b3-91bbd0827463" }, { "type": "route", "uuid": "0bc5d801-a370-4127-9a42-4e64a121f7a3" }, { "type": "route", "uuid": "02e733ad-7459-48d3-baab-551f0f88718f" }, { "type": "route", "uuid": "e9be88a7-db74-49be-b1b9-74ccd8fbd88e" }, { "type": "route", "uuid": "4b7e804c-40fe-41c0-acdc-995a1e383cdc" }, { "type": "route", "uuid": "3e5a9e6e-024a-4581-9b0c-1fde8dd8fcfb" }, { "type": "route", "uuid": "8c6ca952-2cd0-4ee6-aa25-dbf189e3a4fa" }, { "type": "route", "uuid": "e09816a6-cc3f-4d87-b812-8c440d44e8d8" }, { "type": "route", "uuid": "763d1fe0-bf3e-48e8-88ad-226db7142d06" }, { "type": "route", "uuid": "a3907380-50f7-4da1-b208-09a8e6b2f33b" }, { "type": "route", "uuid": "0aac92aa-c8fe-43fb-90c5-11f33099210e" }, { "type": "route", "uuid": "8fdf3931-917e-472f-b083-f7b53731ca3f" }, { "type": "route", "uuid": "66d39b1b-9a4e-4827-9063-2a0ee74d3965" }, { "type": "route", "uuid": "9d8be9d3-0cc4-4a86-aca2-7869f00513ff" }, { "type": "route", "uuid": "12e3b3f8-247d-4f6c-80d3-60ed6f8befc6" }, { "type": "route", "uuid": "e4032805-e97e-4fee-b3a4-303cd8cf4038" }, { "type": "route", "uuid": "a72c27b5-2e65-42c1-bbbd-a8ec9908ab9e" }, { "type": "route", "uuid": "460eef4b-3273-4ce1-b132-d396ff5dae13" }, { "type": "route", "uuid": "a9ff8064-d60a-4e62-9ac9-6db64aa2039d" }, { "type": "route", "uuid": "630e11df-392d-4a31-9aef-4ee01d9299bf" }, { "type": "route", "uuid": "6852983d-aee8-4223-95e4-488281838301" }, { "type": "route", "uuid": "17999c82-c6c5-427f-a302-4c8691b7c79c" }, { "type": "route", "uuid": "b4f7eed2-6d6d-49f6-8a6b-bc2b7bdb550e" }, { "type": "route", "uuid": "2911e886-31c3-4ae2-9f5b-1abba5193b1f" }, { "type": "route", "uuid": "b7c4375e-eb95-4fe6-abe4-9eed1f19b7ea" }, { "type": "route", "uuid": "0e39ced1-1909-4c94-99b7-03f12051bcf6" }, { "type": "route", "uuid": "95ebb569-15a0-46db-a34c-2cb4f31410ec" }, { "type": "route", "uuid": "3810dd18-de39-402b-accf-de6a7588e576" }, { "type": "route", "uuid": "9b9ef3ef-c052-4bb8-badd-871b36c0d129" } ] }