{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Customer Profiles API", "version": "1.52.0" }, "items": [ { "info": { "name": "CustomerProfiles", "type": "folder" }, "items": [ { "info": { "name": "ListCustomerProfile", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/CustomerProfiles", "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": "CreateCustomerProfile", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/CustomerProfiles", "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a new Customer-Profile." }, { "info": { "name": "FetchCustomerProfile", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/CustomerProfiles/: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": "UpdateCustomerProfile", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/CustomerProfiles/: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": "DeleteCustomerProfile", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/CustomerProfiles/: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": "ListCustomerProfileChannelEndpointAssignment", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/CustomerProfiles/:CustomerProfileSid/ChannelEndpointAssignments", "params": [ { "name": "CustomerProfileSid", "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": "CreateCustomerProfileChannelEndpointAssignment", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/CustomerProfiles/:CustomerProfileSid/ChannelEndpointAssignments", "params": [ { "name": "CustomerProfileSid", "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": "FetchCustomerProfileChannelEndpointAssignment", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/CustomerProfiles/:CustomerProfileSid/ChannelEndpointAssignments/:Sid", "params": [ { "name": "CustomerProfileSid", "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": "DeleteCustomerProfileChannelEndpointAssignment", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/CustomerProfiles/:CustomerProfileSid/ChannelEndpointAssignments/:Sid", "params": [ { "name": "CustomerProfileSid", "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": "ListCustomerProfileEntityAssignment", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/CustomerProfiles/:CustomerProfileSid/EntityAssignments", "params": [ { "name": "CustomerProfileSid", "value": "", "type": "path", "description": "The unique string that we created to identify the CustomerProfile 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": "CreateCustomerProfileEntityAssignment", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/CustomerProfiles/:CustomerProfileSid/EntityAssignments", "params": [ { "name": "CustomerProfileSid", "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": "FetchCustomerProfileEntityAssignment", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/CustomerProfiles/:CustomerProfileSid/EntityAssignments/:Sid", "params": [ { "name": "CustomerProfileSid", "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 Identity resource." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch specific Assigned Item Instance." }, { "info": { "name": "DeleteCustomerProfileEntityAssignment", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/CustomerProfiles/:CustomerProfileSid/EntityAssignments/:Sid", "params": [ { "name": "CustomerProfileSid", "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 Identity resource." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Remove an Assignment Item Instance." }, { "info": { "name": "ListCustomerProfileEvaluation", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/CustomerProfiles/:CustomerProfileSid/Evaluations", "params": [ { "name": "CustomerProfileSid", "value": "", "type": "path", "description": "The unique string that we created to identify the CustomerProfile 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 customer_profile resource." }, { "info": { "name": "CreateCustomerProfileEvaluation", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/CustomerProfiles/:CustomerProfileSid/Evaluations", "params": [ { "name": "CustomerProfileSid", "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 Evaluation" }, { "info": { "name": "FetchCustomerProfileEvaluation", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/CustomerProfiles/:CustomerProfileSid/Evaluations/:Sid", "params": [ { "name": "CustomerProfileSid", "value": "", "type": "path", "description": "The unique string that we created to identify the customer_profile 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 }