{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Trust Products API", "version": "1.52.0" }, "items": [ { "info": { "name": "TrustProducts", "type": "folder" }, "items": [ { "info": { "name": "ListTrustProduct", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/TrustProducts", "params": [ { "name": "Status", "value": "", "type": "query", "description": "The verification status of the Customer-Profile resource." }, { "name": "FriendlyName", "value": "", "type": "query", "description": "The string that you assigned to describe the resource." }, { "name": "PolicySid", "value": "", "type": "query", "description": "The unique string of a policy that is associated to the Customer-Profile resource." }, { "name": "PageSize", "value": "", "type": "query", "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000." }, { "name": "Page", "value": "", "type": "query", "description": "The page index. This value is simply for client state." }, { "name": "PageToken", "value": "", "type": "query", "description": "The page token. This is provided by the API." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve a list of all Customer-Profiles for an account." }, { "info": { "name": "CreateTrustProduct", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/TrustProducts", "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a new Customer-Profile." }, { "info": { "name": "FetchTrustProduct", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/TrustProducts/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The unique string that we created to identify the Customer-Profile resource." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch a specific Customer-Profile instance." }, { "info": { "name": "UpdateTrustProduct", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/TrustProducts/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The unique string that we created to identify the Customer-Profile resource." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Updates a Customer-Profile in an account." }, { "info": { "name": "DeleteTrustProduct", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/TrustProducts/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The unique string that we created to identify the Customer-Profile resource." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a specific Customer-Profile." }, { "info": { "name": "ListTrustProductChannelEndpointAssignment", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/TrustProducts/:TrustProductSid/ChannelEndpointAssignments", "params": [ { "name": "TrustProductSid", "value": "", "type": "path", "description": "The unique string that we created to identify the CustomerProfile resource." }, { "name": "ChannelEndpointSid", "value": "", "type": "query", "description": "The SID of an channel endpoint" }, { "name": "ChannelEndpointSids", "value": "", "type": "query", "description": "comma separated list of channel endpoint sids" }, { "name": "PageSize", "value": "", "type": "query", "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000." }, { "name": "Page", "value": "", "type": "query", "description": "The page index. This value is simply for client state." }, { "name": "PageToken", "value": "", "type": "query", "description": "The page token. This is provided by the API." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve a list of all Assigned Items for an account." }, { "info": { "name": "CreateTrustProductChannelEndpointAssignment", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/TrustProducts/:TrustProductSid/ChannelEndpointAssignments", "params": [ { "name": "TrustProductSid", "value": "", "type": "path", "description": "The unique string that we created to identify the CustomerProfile resource." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a new Assigned Item." }, { "info": { "name": "FetchTrustProductChannelEndpointAssignment", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/TrustProducts/:TrustProductSid/ChannelEndpointAssignments/:Sid", "params": [ { "name": "TrustProductSid", "value": "", "type": "path", "description": "The unique string that we created to identify the CustomerProfile resource." }, { "name": "Sid", "value": "", "type": "path", "description": "The unique string that we created to identify the resource." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch specific Assigned Item Instance." }, { "info": { "name": "DeleteTrustProductChannelEndpointAssignment", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/TrustProducts/:TrustProductSid/ChannelEndpointAssignments/:Sid", "params": [ { "name": "TrustProductSid", "value": "", "type": "path", "description": "The unique string that we created to identify the CustomerProfile resource." }, { "name": "Sid", "value": "", "type": "path", "description": "The unique string that we created to identify the resource." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Remove an Assignment Item Instance." }, { "info": { "name": "ListTrustProductEntityAssignment", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/TrustProducts/:TrustProductSid/EntityAssignments", "params": [ { "name": "TrustProductSid", "value": "", "type": "path", "description": "The unique string that we created to identify the TrustProduct resource." }, { "name": "PageSize", "value": "", "type": "query", "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000." }, { "name": "Page", "value": "", "type": "query", "description": "The page index. This value is simply for client state." }, { "name": "PageToken", "value": "", "type": "query", "description": "The page token. This is provided by the API." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve a list of all Assigned Items for an account." }, { "info": { "name": "CreateTrustProductEntityAssignment", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/TrustProducts/:TrustProductSid/EntityAssignments", "params": [ { "name": "TrustProductSid", "value": "", "type": "path", "description": "The unique string that we created to identify the TrustProduct resource." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a new Assigned Item." }, { "info": { "name": "FetchTrustProductEntityAssignment", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/TrustProducts/:TrustProductSid/EntityAssignments/:Sid", "params": [ { "name": "TrustProductSid", "value": "", "type": "path", "description": "The unique string that we created to identify the TrustProduct resource." }, { "name": "Sid", "value": "", "type": "path", "description": "The unique string that we created to identify the Identity resource." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch specific Assigned Item Instance." }, { "info": { "name": "DeleteTrustProductEntityAssignment", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/TrustProducts/:TrustProductSid/EntityAssignments/:Sid", "params": [ { "name": "TrustProductSid", "value": "", "type": "path", "description": "The unique string that we created to identify the TrustProduct resource." }, { "name": "Sid", "value": "", "type": "path", "description": "The unique string that we created to identify the Identity resource." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Remove an Assignment Item Instance." }, { "info": { "name": "ListTrustProductEvaluation", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/TrustProducts/:TrustProductSid/Evaluations", "params": [ { "name": "TrustProductSid", "value": "", "type": "path", "description": "The unique string that we created to identify the trust_product resource." }, { "name": "PageSize", "value": "", "type": "query", "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000." }, { "name": "Page", "value": "", "type": "query", "description": "The page index. This value is simply for client state." }, { "name": "PageToken", "value": "", "type": "query", "description": "The page token. This is provided by the API." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve a list of Evaluations associated to the trust_product resource." }, { "info": { "name": "CreateTrustProductEvaluation", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/TrustProducts/:TrustProductSid/Evaluations", "params": [ { "name": "TrustProductSid", "value": "", "type": "path", "description": "The unique string that we created to identify the trust_product resource." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a new Evaluation" }, { "info": { "name": "FetchTrustProductEvaluation", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/TrustProducts/:TrustProductSid/Evaluations/:Sid", "params": [ { "name": "TrustProductSid", "value": "", "type": "path", "description": "The unique string that we created to identify the trust_product resource." }, { "name": "Sid", "value": "", "type": "path", "description": "The unique string that identifies the Evaluation resource." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch specific Evaluation Instance." } ] } ], "bundled": true }