{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Services API", "version": "1.52.0" }, "items": [ { "info": { "name": "Services", "type": "folder" }, "items": [ { "info": { "name": "ListService", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services", "params": [ { "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 conversation services on your account" }, { "info": { "name": "CreateService", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services", "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a new conversation service on your account" }, { "info": { "name": "FetchService", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this resource." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch a conversation service from your account" }, { "info": { "name": "UpdateService", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Service resource to update." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "DeleteService", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Services/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this resource." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Remove a conversation service with all its nested resources from your account" }, { "info": { "name": "FetchServiceBinding", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Bindings/:Sid", "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Binding resource is associated with." }, { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this resource." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch a push notification binding from the conversation service" }, { "info": { "name": "DeleteServiceBinding", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Bindings/:Sid", "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to delete the Binding resource from." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Binding resource to delete." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Remove a push notification binding from the conversation service" }, { "info": { "name": "ListServiceBinding", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Bindings", "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Binding resource is associated with." }, { "name": "BindingType", "value": "", "type": "query", "description": "The push technology used by the Binding resources to read. Can be: `apn`, `gcm`, or `fcm`. See [push notification configuration](https://www.twilio.com/docs/chat/push-notification-configuration) for more info." }, { "name": "Identity", "value": "", "type": "query", "description": "The identity of a [Conversation User](https://www.twilio.com/docs/conversations/api/user-resource) this binding belongs to. See [access tokens](https://www.twilio.com/docs/conversations/create-tokens) for more details." }, { "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 push notification bindings in the conversation service" }, { "info": { "name": "FetchServiceConfiguration", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Configuration", "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The SID of the Service configuration resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch the configuration of a conversation service" }, { "info": { "name": "UpdateServiceConfiguration", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Configuration", "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The SID of the Service configuration resource to update." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update configuration settings of a conversation service" }, { "info": { "name": "ListServiceConversation", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Conversations", "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with." }, { "name": "StartDate", "value": "", "type": "query", "description": "Start date or time in ISO8601 format for filtering list of Conversations. If a date is provided, the start time of the date is used (YYYY-MM-DDT00:00:00Z). Can be combined with other filters." }, { "name": "EndDate", "value": "", "type": "query", "description": "End date or time in ISO8601 format for filtering list of Conversations. If a date is provided, the end time of the date is used (YYYY-MM-DDT23:59:59Z). Can be combined with other filters." }, { "name": "State", "value": "", "type": "query", "description": "State for sorting and filtering list of Conversations. Can be `active`, `inactive` or `closed`" }, { "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 conversations in your service" }, { "info": { "name": "CreateServiceConversation", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Conversations", "headers": [ { "name": "X-Twilio-Webhook-Enabled", "value": "" } ], "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a new conversation in your service" }, { "info": { "name": "FetchServiceConversation", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Conversations/:Sid", "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with." }, { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this resource. Can also be the `unique_name` of the Conversation." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch a conversation from your service" }, { "info": { "name": "UpdateServiceConversation", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Conversations/:Sid", "headers": [ { "name": "X-Twilio-Webhook-Enabled", "value": "" } ], "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with." }, { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this resource. Can also be the `unique_name` of the Conversation." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update an existing conversation in your service" }, { "info": { "name": "DeleteServiceConversation", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Conversations/:Sid", "headers": [ { "name": "X-Twilio-Webhook-Enabled", "value": "" } ], "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with." }, { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this resource. Can also be the `unique_name` of the Conversation." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Remove a conversation from your service" }, { "info": { "name": "ListServiceConversationMessage", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Conversations/:ConversationSid/Messages", "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with." }, { "name": "ConversationSid", "value": "", "type": "path", "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for messages." }, { "name": "Order", "value": "", "type": "query", "description": "The sort order of the returned messages. Can be: `asc` (ascending) or `desc` (descending), with `asc` as the default." }, { "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 messages in the conversation" }, { "info": { "name": "CreateServiceConversationMessage", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Conversations/:ConversationSid/Messages", "headers": [ { "name": "X-Twilio-Webhook-Enabled", "value": "" } ], "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with." }, { "name": "ConversationSid", "value": "", "type": "path", "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Add a new message to the conversation in a specific service" }, { "info": { "name": "FetchServiceConversationMessage", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Conversations/:ConversationSid/Messages/:Sid", "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with." }, { "name": "ConversationSid", "value": "", "type": "path", "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message." }, { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this resource." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch a message from the conversation" }, { "info": { "name": "UpdateServiceConversationMessage", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Conversations/:ConversationSid/Messages/:Sid", "headers": [ { "name": "X-Twilio-Webhook-Enabled", "value": "" } ], "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with." }, { "name": "ConversationSid", "value": "", "type": "path", "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message." }, { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this resource." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update an existing message in the conversation" }, { "info": { "name": "DeleteServiceConversationMessage", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Conversations/:ConversationSid/Messages/:Sid", "headers": [ { "name": "X-Twilio-Webhook-Enabled", "value": "" } ], "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with." }, { "name": "ConversationSid", "value": "", "type": "path", "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message." }, { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this resource." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Remove a message from the conversation" }, { "info": { "name": "FetchServiceConversationMessageReceipt", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Conversations/:ConversationSid/Messages/:MessageSid/Receipts/:Sid", "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Message resource is associated with." }, { "name": "ConversationSid", "value": "", "type": "path", "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message." }, { "name": "MessageSid", "value": "", "type": "path", "description": "The SID of the message within a [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) the delivery receipt belongs to." }, { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this resource." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch the delivery and read receipts of the conversation message" }, { "info": { "name": "ListServiceConversationMessageReceipt", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Conversations/:ConversationSid/Messages/:MessageSid/Receipts", "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Message resource is associated with." }, { "name": "ConversationSid", "value": "", "type": "path", "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message." }, { "name": "MessageSid", "value": "", "type": "path", "description": "The SID of the message within a [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) the delivery receipt belongs to." }, { "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 delivery and read receipts of the conversation message" }, { "info": { "name": "ListServiceConversationParticipant", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Conversations/:ConversationSid/Participants", "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with." }, { "name": "ConversationSid", "value": "", "type": "path", "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for participants." }, { "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 participants of the conversation" }, { "info": { "name": "CreateServiceConversationParticipant", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Conversations/:ConversationSid/Participants", "headers": [ { "name": "X-Twilio-Webhook-Enabled", "value": "" } ], "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with." }, { "name": "ConversationSid", "value": "", "type": "path", "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Add a new participant to the conversation in a specific service" }, { "info": { "name": "FetchServiceConversationParticipant", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Conversations/:ConversationSid/Participants/:Sid", "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with." }, { "name": "ConversationSid", "value": "", "type": "path", "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant." }, { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this resource. Alternatively, you can pass a Participant's `identity` rather than the SID." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch a participant of the conversation" }, { "info": { "name": "UpdateServiceConversationParticipant", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Conversations/:ConversationSid/Participants/:Sid", "headers": [ { "name": "X-Twilio-Webhook-Enabled", "value": "" } ], "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with." }, { "name": "ConversationSid", "value": "", "type": "path", "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant." }, { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this resource." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update an existing participant in the conversation" }, { "info": { "name": "DeleteServiceConversationParticipant", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Conversations/:ConversationSid/Participants/:Sid", "headers": [ { "name": "X-Twilio-Webhook-Enabled", "value": "" } ], "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with." }, { "name": "ConversationSid", "value": "", "type": "path", "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant." }, { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this resource." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Remove a participant from the conversation" }, { "info": { "name": "ListServiceConversationScopedWebhook", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Conversations/:ConversationSid/Webhooks", "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with." }, { "name": "ConversationSid", "value": "", "type": "path", "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook." }, { "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 webhooks scoped to the conversation" }, { "info": { "name": "CreateServiceConversationScopedWebhook", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Conversations/:ConversationSid/Webhooks", "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with." }, { "name": "ConversationSid", "value": "", "type": "path", "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a new webhook scoped to the conversation in a specific service" }, { "info": { "name": "FetchServiceConversationScopedWebhook", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Conversations/:ConversationSid/Webhooks/:Sid", "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with." }, { "name": "ConversationSid", "value": "", "type": "path", "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook." }, { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this resource." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch the configuration of a conversation-scoped webhook" }, { "info": { "name": "UpdateServiceConversationScopedWebhook", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Conversations/:ConversationSid/Webhooks/:Sid", "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with." }, { "name": "ConversationSid", "value": "", "type": "path", "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook." }, { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this resource." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update an existing conversation-scoped webhook" }, { "info": { "name": "DeleteServiceConversationScopedWebhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Conversations/:ConversationSid/Webhooks/:Sid", "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with." }, { "name": "ConversationSid", "value": "", "type": "path", "description": "The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook." }, { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this resource." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Remove an existing webhook scoped to the conversation" }, { "info": { "name": "FetchServiceNotification", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Configuration/Notifications", "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Configuration applies to." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch push notification service settings" }, { "info": { "name": "UpdateServiceNotification", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Configuration/Notifications", "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Configuration applies to." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update push notification service settings" }, { "info": { "name": "ListServiceParticipantConversation", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/ParticipantConversations", "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant Conversations resource is associated with." }, { "name": "Identity", "value": "", "type": "query", "description": "A unique string identifier for the conversation participant as [Conversation User](https://www.twilio.com/docs/conversations/api/user-resource). This parameter is non-null if (and only if) the participant is using the Conversations SDK to communicate. Limited to 256 characters." }, { "name": "Address", "value": "", "type": "query", "description": "A unique string identifier for the conversation participant who's not a Conversation User. This parameter could be found in messaging_binding.address field of Participant resource. It should be url-encoded." }, { "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 Conversations that this Participant belongs to by identity or by address. Only one parameter should be specified." }, { "info": { "name": "ListServiceRole", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Roles", "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to read the Role resources from." }, { "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 user roles in your service" }, { "info": { "name": "CreateServiceRole", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Roles", "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to create the Role resource under." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a new user role in your service" }, { "info": { "name": "FetchServiceRole", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Roles/:Sid", "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to fetch the Role resource from." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Role resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch a user role from your service" }, { "info": { "name": "UpdateServiceRole", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Roles/:Sid", "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to update the Role resource in." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Role resource to update." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update an existing user role in your service" }, { "info": { "name": "DeleteServiceRole", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Roles/:Sid", "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to delete the Role resource from." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Role resource to delete." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Remove a user role from your service" }, { "info": { "name": "ListServiceUser", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Users", "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to read the User resources from." }, { "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 conversation users in your service" }, { "info": { "name": "CreateServiceUser", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Users", "headers": [ { "name": "X-Twilio-Webhook-Enabled", "value": "" } ], "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the User resource is associated with." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Add a new conversation user to your service" }, { "info": { "name": "FetchServiceUser", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Users/:Sid", "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to fetch the User resource from." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the User resource to fetch. This value can be either the `sid` or the `identity` of the User resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch a conversation user from your service" }, { "info": { "name": "UpdateServiceUser", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Users/:Sid", "headers": [ { "name": "X-Twilio-Webhook-Enabled", "value": "" } ], "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the User resource is associated with." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the User resource to update. This value can be either the `sid` or the `identity` of the User resource to update." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update an existing conversation user in your service" }, { "info": { "name": "DeleteServiceUser", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Users/:Sid", "headers": [ { "name": "X-Twilio-Webhook-Enabled", "value": "" } ], "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to delete the User resource from." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the User resource to delete. This value can be either the `sid` or the `identity` of the User resource to delete." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Remove a conversation user from your service" }, { "info": { "name": "FetchServiceUserConversation", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Users/:UserSid/Conversations/:ConversationSid", "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with." }, { "name": "UserSid", "value": "", "type": "path", "description": "The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource." }, { "name": "ConversationSid", "value": "", "type": "path", "description": "The unique SID identifier of the Conversation. This value can be either the `sid` or the `unique_name` of the [Conversation resource](https://www.twilio.com/docs/conversations/api/conversation-resource)." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch a specific User Conversation." }, { "info": { "name": "UpdateServiceUserConversation", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Users/:UserSid/Conversations/:ConversationSid", "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with." }, { "name": "UserSid", "value": "", "type": "path", "description": "The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource." }, { "name": "ConversationSid", "value": "", "type": "path", "description": "The unique SID identifier of the Conversation. This value can be either the `sid` or the `unique_name` of the [Conversation resource](https://www.twilio.com/docs/conversations/api/conversation-resource)." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update a specific User Conversation." }, { "info": { "name": "DeleteServiceUserConversation", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Users/:UserSid/Conversations/:ConversationSid", "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with." }, { "name": "UserSid", "value": "", "type": "path", "description": "The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource." }, { "name": "ConversationSid", "value": "", "type": "path", "description": "The unique SID identifier of the Conversation. This value can be either the `sid` or the `unique_name` of the [Conversation resource](https://www.twilio.com/docs/conversations/api/conversation-resource)." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a specific User Conversation." }, { "info": { "name": "ListServiceUserConversation", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Users/:UserSid/Conversations", "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with." }, { "name": "UserSid", "value": "", "type": "path", "description": "The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User 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 User Conversations for the User." }, { "info": { "name": "FetchServiceWebhookConfiguration", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Configuration/Webhooks", "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The unique ID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) this conversation belongs to." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch a specific service webhook configuration." }, { "info": { "name": "UpdateServiceWebhookConfiguration", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ChatServiceSid/Configuration/Webhooks", "params": [ { "name": "ChatServiceSid", "value": "", "type": "path", "description": "The unique ID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) this conversation belongs to." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update a specific Webhook." }, { "info": { "name": "ListService", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Services", "params": [ { "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": "Retrieves a list of all Services for an account." }, { "info": { "name": "CreateService", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v2/Services", "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a new Service for the given Account" }, { "info": { "name": "FetchService", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Services/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this Service." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch a specific Service." }, { "info": { "name": "UpdateService", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v2/Services/:Sid", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this Service." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update a specific Service." }, { "info": { "name": "DeleteService", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v2/Services/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this Service." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a specific Service." }, { "info": { "name": "ListBinding", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Bindings", "params": [ { "name": "ServiceSid", "value": "", "type": "path" }, { "name": "BindingType", "value": "", "type": "query" }, { "name": "Identity", "value": "", "type": "query" }, { "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}}" } } }, { "info": { "name": "FetchBinding", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Bindings/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path" }, { "name": "Sid", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "DeleteBinding", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Bindings/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path" }, { "name": "Sid", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchChannel", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Channels/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path" }, { "name": "Sid", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "UpdateChannel", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Channels/:Sid", "headers": [ { "name": "X-Twilio-Webhook-Enabled", "value": "" } ], "params": [ { "name": "ServiceSid", "value": "", "type": "path" }, { "name": "Sid", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "DeleteChannel", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Channels/:Sid", "headers": [ { "name": "X-Twilio-Webhook-Enabled", "value": "" } ], "params": [ { "name": "ServiceSid", "value": "", "type": "path" }, { "name": "Sid", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "ListChannel", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Channels", "params": [ { "name": "ServiceSid", "value": "", "type": "path" }, { "name": "Type", "value": "", "type": "query" }, { "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}}" } } }, { "info": { "name": "CreateChannel", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Channels", "headers": [ { "name": "X-Twilio-Webhook-Enabled", "value": "" } ], "params": [ { "name": "ServiceSid", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "ListChannelWebhook", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Channels/:ChannelSid/Webhooks", "params": [ { "name": "ServiceSid", "value": "", "type": "path" }, { "name": "ChannelSid", "value": "", "type": "path" }, { "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}}" } } }, { "info": { "name": "CreateChannelWebhook", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Channels/:ChannelSid/Webhooks", "params": [ { "name": "ServiceSid", "value": "", "type": "path" }, { "name": "ChannelSid", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchChannelWebhook", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Channels/:ChannelSid/Webhooks/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path" }, { "name": "ChannelSid", "value": "", "type": "path" }, { "name": "Sid", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "UpdateChannelWebhook", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Channels/:ChannelSid/Webhooks/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path" }, { "name": "ChannelSid", "value": "", "type": "path" }, { "name": "Sid", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "DeleteChannelWebhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Channels/:ChannelSid/Webhooks/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path" }, { "name": "ChannelSid", "value": "", "type": "path" }, { "name": "Sid", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchInvite", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Channels/:ChannelSid/Invites/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path" }, { "name": "ChannelSid", "value": "", "type": "path" }, { "name": "Sid", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "DeleteInvite", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Channels/:ChannelSid/Invites/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path" }, { "name": "ChannelSid", "value": "", "type": "path" }, { "name": "Sid", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "ListInvite", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Channels/:ChannelSid/Invites", "params": [ { "name": "ServiceSid", "value": "", "type": "path" }, { "name": "ChannelSid", "value": "", "type": "path" }, { "name": "Identity", "value": "", "type": "query" }, { "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}}" } } }, { "info": { "name": "CreateInvite", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Channels/:ChannelSid/Invites", "params": [ { "name": "ServiceSid", "value": "", "type": "path" }, { "name": "ChannelSid", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchMember", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Channels/:ChannelSid/Members/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path" }, { "name": "ChannelSid", "value": "", "type": "path" }, { "name": "Sid", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "UpdateMember", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Channels/:ChannelSid/Members/:Sid", "headers": [ { "name": "X-Twilio-Webhook-Enabled", "value": "" } ], "params": [ { "name": "ServiceSid", "value": "", "type": "path" }, { "name": "ChannelSid", "value": "", "type": "path" }, { "name": "Sid", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "DeleteMember", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Channels/:ChannelSid/Members/:Sid", "headers": [ { "name": "X-Twilio-Webhook-Enabled", "value": "" } ], "params": [ { "name": "ServiceSid", "value": "", "type": "path" }, { "name": "ChannelSid", "value": "", "type": "path" }, { "name": "Sid", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "ListMember", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Channels/:ChannelSid/Members", "params": [ { "name": "ServiceSid", "value": "", "type": "path" }, { "name": "ChannelSid", "value": "", "type": "path" }, { "name": "Identity", "value": "", "type": "query" }, { "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}}" } } }, { "info": { "name": "CreateMember", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Channels/:ChannelSid/Members", "headers": [ { "name": "X-Twilio-Webhook-Enabled", "value": "" } ], "params": [ { "name": "ServiceSid", "value": "", "type": "path" }, { "name": "ChannelSid", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchMessage", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Channels/:ChannelSid/Messages/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path" }, { "name": "ChannelSid", "value": "", "type": "path" }, { "name": "Sid", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "UpdateMessage", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Channels/:ChannelSid/Messages/:Sid", "headers": [ { "name": "X-Twilio-Webhook-Enabled", "value": "" } ], "params": [ { "name": "ServiceSid", "value": "", "type": "path" }, { "name": "ChannelSid", "value": "", "type": "path" }, { "name": "Sid", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "DeleteMessage", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Channels/:ChannelSid/Messages/:Sid", "headers": [ { "name": "X-Twilio-Webhook-Enabled", "value": "" } ], "params": [ { "name": "ServiceSid", "value": "", "type": "path" }, { "name": "ChannelSid", "value": "", "type": "path" }, { "name": "Sid", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "ListMessage", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Channels/:ChannelSid/Messages", "params": [ { "name": "ServiceSid", "value": "", "type": "path" }, { "name": "ChannelSid", "value": "", "type": "path" }, { "name": "Order", "value": "", "type": "query" }, { "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}}" } } }, { "info": { "name": "CreateMessage", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Channels/:ChannelSid/Messages", "headers": [ { "name": "X-Twilio-Webhook-Enabled", "value": "" } ], "params": [ { "name": "ServiceSid", "value": "", "type": "path" }, { "name": "ChannelSid", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchRole", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Roles/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path" }, { "name": "Sid", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "UpdateRole", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Roles/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path" }, { "name": "Sid", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "DeleteRole", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Roles/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path" }, { "name": "Sid", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "ListRole", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Roles", "params": [ { "name": "ServiceSid", "value": "", "type": "path" }, { "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}}" } } }, { "info": { "name": "CreateRole", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Roles", "params": [ { "name": "ServiceSid", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchUser", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Users/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path" }, { "name": "Sid", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "UpdateUser", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Users/:Sid", "headers": [ { "name": "X-Twilio-Webhook-Enabled", "value": "" } ], "params": [ { "name": "ServiceSid", "value": "", "type": "path" }, { "name": "Sid", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "DeleteUser", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Users/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path" }, { "name": "Sid", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "ListUser", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Users", "params": [ { "name": "ServiceSid", "value": "", "type": "path" }, { "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}}" } } }, { "info": { "name": "CreateUser", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Users", "headers": [ { "name": "X-Twilio-Webhook-Enabled", "value": "" } ], "params": [ { "name": "ServiceSid", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "ListUserBinding", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Users/:UserSid/Bindings", "params": [ { "name": "ServiceSid", "value": "", "type": "path" }, { "name": "UserSid", "value": "", "type": "path" }, { "name": "BindingType", "value": "", "type": "query" }, { "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}}" } } }, { "info": { "name": "FetchUserBinding", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Users/:UserSid/Bindings/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path" }, { "name": "UserSid", "value": "", "type": "path" }, { "name": "Sid", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "DeleteUserBinding", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Users/:UserSid/Bindings/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path" }, { "name": "UserSid", "value": "", "type": "path" }, { "name": "Sid", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "ListUserChannel", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Users/:UserSid/Channels", "params": [ { "name": "ServiceSid", "value": "", "type": "path" }, { "name": "UserSid", "value": "", "type": "path" }, { "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}}" } } }, { "info": { "name": "FetchUserChannel", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Users/:UserSid/Channels/:ChannelSid", "params": [ { "name": "ServiceSid", "value": "", "type": "path" }, { "name": "UserSid", "value": "", "type": "path" }, { "name": "ChannelSid", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "UpdateUserChannel", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Users/:UserSid/Channels/:ChannelSid", "params": [ { "name": "ServiceSid", "value": "", "type": "path" }, { "name": "UserSid", "value": "", "type": "path" }, { "name": "ChannelSid", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "DeleteUserChannel", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Users/:UserSid/Channels/:ChannelSid", "params": [ { "name": "ServiceSid", "value": "", "type": "path" }, { "name": "UserSid", "value": "", "type": "path" }, { "name": "ChannelSid", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "ListAlphaSender", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/AlphaSenders", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the resources from." }, { "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}}" } } }, { "info": { "name": "CreateAlphaSender", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/AlphaSenders", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the resource under." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchAlphaSender", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/AlphaSenders/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the resource from." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the AlphaSender resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "DeleteAlphaSender", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/AlphaSenders/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the resource from." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the AlphaSender resource to delete." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "ListChannelSender", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:MessagingServiceSid/ChannelSenders", "params": [ { "name": "MessagingServiceSid", "value": "", "type": "path", "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the resources from." }, { "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}}" } } }, { "info": { "name": "FetchChannelSender", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:MessagingServiceSid/ChannelSenders/:Sid", "params": [ { "name": "MessagingServiceSid", "value": "", "type": "path", "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the resource from." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the ChannelSender resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "CreateExternalCampaign", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/PreregisteredUsa2p", "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "ListPhoneNumber", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/PhoneNumbers", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the resources from." }, { "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}}" } } }, { "info": { "name": "CreatePhoneNumber", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/PhoneNumbers", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the resource under." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchPhoneNumber", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/PhoneNumbers/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the resource from." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the PhoneNumber resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "UpdatePhoneNumber", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/PhoneNumbers/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the PhoneNumber resource to update." }, { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the PhoneNumber resource to update." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update a specific Proxy Number." }, { "info": { "name": "DeletePhoneNumber", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/PhoneNumbers/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the resource from." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the PhoneNumber resource to delete." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "ListShortCode", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/ShortCodes", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the resources from." }, { "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}}" } } }, { "info": { "name": "CreateShortCode", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/ShortCodes", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the resource under." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchShortCode", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/ShortCodes/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the resource from." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the ShortCode resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "UpdateShortCode", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/ShortCodes/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to update." }, { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the ShortCode resource to update." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update a specific Short Code." }, { "info": { "name": "DeleteShortCode", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/ShortCodes/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the resource from." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the ShortCode resource to delete." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "ListUsAppToPerson", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:MessagingServiceSid/Compliance/Usa2p", "params": [ { "name": "MessagingServiceSid", "value": "", "type": "path", "description": "The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) to fetch the resource from." }, { "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}}" } } }, { "info": { "name": "CreateUsAppToPerson", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:MessagingServiceSid/Compliance/Usa2p", "params": [ { "name": "MessagingServiceSid", "value": "", "type": "path", "description": "The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) to create the resources from." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchUsAppToPerson", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:MessagingServiceSid/Compliance/Usa2p/:Sid", "params": [ { "name": "MessagingServiceSid", "value": "", "type": "path", "description": "The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) to fetch the resource from." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the US A2P Compliance resource to fetch `QE2c6890da8086d771620e9b13fadeba0b`." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "DeleteUsAppToPerson", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Services/:MessagingServiceSid/Compliance/Usa2p/:Sid", "params": [ { "name": "MessagingServiceSid", "value": "", "type": "path", "description": "The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) to delete the resource from." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the US A2P Compliance resource to delete `QE2c6890da8086d771620e9b13fadeba0b`." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchUsAppToPersonUsecase", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:MessagingServiceSid/Compliance/Usa2p/Usecases", "params": [ { "name": "MessagingServiceSid", "value": "", "type": "path", "description": "The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) to fetch the resource from." }, { "name": "BrandRegistrationSid", "value": "", "type": "query", "description": "The unique string to identify the A2P brand." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchUsecase", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/Usecases", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchBinding", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Bindings/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Service](https://www.twilio.com/docs/notify/api/service-resource) to fetch the resource from." }, { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the Binding resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "DeleteBinding", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Bindings/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Service](https://www.twilio.com/docs/notify/api/service-resource) to delete the resource from." }, { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the Binding resource to delete." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "ListBinding", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Bindings", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Service](https://www.twilio.com/docs/notify/api/service-resource) to read the resource from." }, { "name": "StartDate", "value": "", "type": "query", "description": "Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`." }, { "name": "EndDate", "value": "", "type": "query", "description": "Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`." }, { "name": "Identity", "value": "", "type": "query", "description": "The [User](https://www.twilio.com/docs/chat/rest/user-resource)'s `identity` value of the resources to read." }, { "name": "Tag", "value": "", "type": "query", "description": "Only list Bindings that have all of the specified Tags. The following implicit tags are available: `all`, `apn`, `fcm`, `gcm`, `sms`, `facebook-messenger`. Up to 5 tags are allowed." }, { "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}}" } } }, { "info": { "name": "CreateBinding", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Bindings", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Service](https://www.twilio.com/docs/notify/api/service-resource) to create the resource under." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "CreateNotification", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Notifications", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Service](https://www.twilio.com/docs/notify/api/service-resource) to create the resource under." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchInteraction", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Sessions/:SessionSid/Interactions/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to fetch." }, { "name": "SessionSid", "value": "", "type": "path", "description": "The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) of the resource to fetch." }, { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the Interaction resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve a list of Interactions for a given [Session](https://www.twilio.com/docs/proxy/api/session)." }, { "info": { "name": "DeleteInteraction", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Sessions/:SessionSid/Interactions/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to delete." }, { "name": "SessionSid", "value": "", "type": "path", "description": "The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) of the resource to delete." }, { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the Interaction resource to delete." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a specific Interaction." }, { "info": { "name": "ListInteraction", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Sessions/:SessionSid/Interactions", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) to read the resources from." }, { "name": "SessionSid", "value": "", "type": "path", "description": "The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) to read the resources from." }, { "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 Interactions for a Session. A maximum of 100 records will be returned per page." }, { "info": { "name": "ListMessageInteraction", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Sessions/:SessionSid/Participants/:ParticipantSid/MessageInteractions", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) to read the resources from." }, { "name": "SessionSid", "value": "", "type": "path", "description": "The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) to read the resources from." }, { "name": "ParticipantSid", "value": "", "type": "path", "description": "The SID of the [Participant](https://www.twilio.com/docs/proxy/api/participant) to read the resources from." }, { "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}}" } } }, { "info": { "name": "CreateMessageInteraction", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Sessions/:SessionSid/Participants/:ParticipantSid/MessageInteractions", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) resource." }, { "name": "SessionSid", "value": "", "type": "path", "description": "The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) resource." }, { "name": "ParticipantSid", "value": "", "type": "path", "description": "The SID of the [Participant](https://www.twilio.com/docs/proxy/api/participant) resource." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a new message Interaction to send directly from your system to one [Participant](https://www.twilio.com/docs/proxy/api/participant). The `inbound` properties for the Interaction will always be empty." }, { "info": { "name": "FetchMessageInteraction", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Sessions/:SessionSid/Participants/:ParticipantSid/MessageInteractions/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to fetch." }, { "name": "SessionSid", "value": "", "type": "path", "description": "The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) of the resource to fetch." }, { "name": "ParticipantSid", "value": "", "type": "path", "description": "The SID of the [Participant](https://www.twilio.com/docs/proxy/api/participant) resource." }, { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the MessageInteraction resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchParticipant", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Sessions/:SessionSid/Participants/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to fetch." }, { "name": "SessionSid", "value": "", "type": "path", "description": "The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) of the resource to fetch." }, { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the Participant resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch a specific Participant." }, { "info": { "name": "DeleteParticipant", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Sessions/:SessionSid/Participants/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to delete." }, { "name": "SessionSid", "value": "", "type": "path", "description": "The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) of the resource to delete." }, { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the Participant resource to delete." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a specific Participant. This is a soft-delete. The participant remains associated with the session and cannot be re-added. Participants are only permanently deleted when the [Session](https://www.twilio.com/docs/proxy/api/session) is deleted." }, { "info": { "name": "ListParticipant", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Sessions/:SessionSid/Participants", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resources to read." }, { "name": "SessionSid", "value": "", "type": "path", "description": "The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) of the resources to read." }, { "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 Participants in a Session." }, { "info": { "name": "CreateParticipant", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Sessions/:SessionSid/Participants", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) resource." }, { "name": "SessionSid", "value": "", "type": "path", "description": "The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) resource." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Add a new Participant to the Session" }, { "info": { "name": "FetchSession", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Sessions/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to fetch." }, { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the Session resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch a specific Session." }, { "info": { "name": "UpdateSession", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Sessions/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to update." }, { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the Session resource to update." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update a specific Session." }, { "info": { "name": "DeleteSession", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Sessions/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to delete." }, { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the Session resource to delete." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a specific Session." }, { "info": { "name": "ListSession", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Sessions", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to read." }, { "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 Sessions for the Service. A maximum of 100 records will be returned per page." }, { "info": { "name": "CreateSession", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Sessions", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) resource." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a new Session" }, { "info": { "name": "ListAsset", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Assets", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Service to read the Asset resources from." }, { "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 Assets." }, { "info": { "name": "CreateAsset", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Assets", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Service to create the Asset resource under." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a new Asset resource." }, { "info": { "name": "FetchAsset", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Assets/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Service to fetch the Asset resource from." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID that identifies the Asset resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve a specific Asset resource." }, { "info": { "name": "UpdateAsset", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Assets/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Service to update the Asset resource from." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID that identifies the Asset resource to update." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update a specific Asset resource." }, { "info": { "name": "DeleteAsset", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Assets/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Service to delete the Asset resource from." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID that identifies the Asset resource to delete." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete an Asset resource." }, { "info": { "name": "ListAssetVersion", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Assets/:AssetSid/Versions", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Service to read the Asset Version resource from." }, { "name": "AssetSid", "value": "", "type": "path", "description": "The SID of the Asset resource that is the parent of the Asset Version resources to read." }, { "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 Asset Versions." }, { "info": { "name": "FetchAssetVersion", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Assets/:AssetSid/Versions/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Service to fetch the Asset Version resource from." }, { "name": "AssetSid", "value": "", "type": "path", "description": "The SID of the Asset resource that is the parent of the Asset Version resource to fetch." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Asset Version resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve a specific Asset Version." }, { "info": { "name": "ListBuild", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Builds", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Service to read the Build resources from." }, { "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 Builds." }, { "info": { "name": "CreateBuild", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Builds", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Service to create the Build resource under." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a new Build resource. At least one function version or asset version is required." }, { "info": { "name": "FetchBuild", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Builds/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Service to fetch the Build resource from." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Build resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve a specific Build resource." }, { "info": { "name": "DeleteBuild", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Builds/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Service to delete the Build resource from." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Build resource to delete." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a Build resource." }, { "info": { "name": "FetchBuildStatus", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Builds/:Sid/Status", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Service to fetch the Build resource from." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Build resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve a specific Build resource." }, { "info": { "name": "ListDeployment", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Environments/:EnvironmentSid/Deployments", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Service to read the Deployment resources from." }, { "name": "EnvironmentSid", "value": "", "type": "path", "description": "The SID of the Environment used by the Deployment resources to read." }, { "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 Deployments." }, { "info": { "name": "CreateDeployment", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Environments/:EnvironmentSid/Deployments", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Service to create the Deployment resource under." }, { "name": "EnvironmentSid", "value": "", "type": "path", "description": "The SID of the Environment for the Deployment." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a new Deployment." }, { "info": { "name": "FetchDeployment", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Environments/:EnvironmentSid/Deployments/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Service to fetch the Deployment resource from." }, { "name": "EnvironmentSid", "value": "", "type": "path", "description": "The SID of the Environment used by the Deployment to fetch." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID that identifies the Deployment resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve a specific Deployment." }, { "info": { "name": "ListEnvironment", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Environments", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Service to read the Environment resources from." }, { "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 environments." }, { "info": { "name": "CreateEnvironment", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Environments", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Service to create the Environment resource under." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a new environment." }, { "info": { "name": "FetchEnvironment", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Environments/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Service to fetch the Environment resource from." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Environment resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve a specific environment." }, { "info": { "name": "DeleteEnvironment", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Environments/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Service to delete the Environment resource from." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Environment resource to delete." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a specific environment." }, { "info": { "name": "ListFunction", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Functions", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Service to read the Function resources from." }, { "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 Functions." }, { "info": { "name": "CreateFunction", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Functions", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Service to create the Function resource under." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a new Function resource." }, { "info": { "name": "FetchFunction", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Functions/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Service to fetch the Function resource from." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Function resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve a specific Function resource." }, { "info": { "name": "UpdateFunction", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Functions/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Service to update the Function resource from." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Function resource to update." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update a specific Function resource." }, { "info": { "name": "DeleteFunction", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Functions/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Service to delete the Function resource from." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Function resource to delete." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a Function resource." }, { "info": { "name": "ListFunctionVersion", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Functions/:FunctionSid/Versions", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Service to read the Function Version resources from." }, { "name": "FunctionSid", "value": "", "type": "path", "description": "The SID of the function that is the parent of the Function Version resources to read." }, { "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 Function Version resources." }, { "info": { "name": "FetchFunctionVersion", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Functions/:FunctionSid/Versions/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Service to fetch the Function Version resource from." }, { "name": "FunctionSid", "value": "", "type": "path", "description": "The SID of the function that is the parent of the Function Version resource to fetch." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Function Version resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve a specific Function Version resource." }, { "info": { "name": "FetchFunctionVersionContent", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Functions/:FunctionSid/Versions/:Sid/Content", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Service to fetch the Function Version content from." }, { "name": "FunctionSid", "value": "", "type": "path", "description": "The SID of the Function that is the parent of the Function Version content to fetch." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Function Version content to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve a the content of a specific Function Version resource." }, { "info": { "name": "ListLog", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Environments/:EnvironmentSid/Logs", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Service to read the Log resource from." }, { "name": "EnvironmentSid", "value": "", "type": "path", "description": "The SID of the environment with the Log resources to read." }, { "name": "FunctionSid", "value": "", "type": "query", "description": "The SID of the function whose invocation produced the Log resources to read." }, { "name": "StartDate", "value": "", "type": "query", "description": "The date/time (in GMT, ISO 8601) after which the Log resources must have been created. Defaults to 1 day prior to current date/time." }, { "name": "EndDate", "value": "", "type": "query", "description": "The date/time (in GMT, ISO 8601) before which the Log resources must have been created. Defaults to current date/time." }, { "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 logs." }, { "info": { "name": "FetchLog", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Environments/:EnvironmentSid/Logs/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Service to fetch the Log resource from." }, { "name": "EnvironmentSid", "value": "", "type": "path", "description": "The SID of the environment with the Log resource to fetch." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Log resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve a specific log." }, { "info": { "name": "ListVariable", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Environments/:EnvironmentSid/Variables", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Service to read the Variable resources from." }, { "name": "EnvironmentSid", "value": "", "type": "path", "description": "The SID of the Environment with the Variable resources to read." }, { "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 Variables." }, { "info": { "name": "CreateVariable", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Environments/:EnvironmentSid/Variables", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Service to create the Variable resource under." }, { "name": "EnvironmentSid", "value": "", "type": "path", "description": "The SID of the Environment in which the Variable resource exists." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a new Variable." }, { "info": { "name": "FetchVariable", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Environments/:EnvironmentSid/Variables/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Service to fetch the Variable resource from." }, { "name": "EnvironmentSid", "value": "", "type": "path", "description": "The SID of the Environment with the Variable resource to fetch." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Variable resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve a specific Variable." }, { "info": { "name": "UpdateVariable", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Environments/:EnvironmentSid/Variables/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Service to update the Variable resource under." }, { "name": "EnvironmentSid", "value": "", "type": "path", "description": "The SID of the Environment with the Variable resource to update." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Variable resource to update." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update a specific Variable." }, { "info": { "name": "DeleteVariable", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Environments/:EnvironmentSid/Variables/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Service to delete the Variable resource from." }, { "name": "EnvironmentSid", "value": "", "type": "path", "description": "The SID of the Environment with the Variables to delete." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Variable resource to delete." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a specific Variable." }, { "info": { "name": "FetchDocument", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Documents/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document resource to fetch." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Document resource to fetch. Can be the Document resource's `sid` or its `unique_name`." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "UpdateDocument", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Documents/:Sid", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document resource to update." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Document resource to update. Can be the Document resource's `sid` or its `unique_name`." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "DeleteDocument", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Documents/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document resource to delete." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Document resource to delete. Can be the Document resource's `sid` or its `unique_name`." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "ListDocument", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Documents", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document resources to read." }, { "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}}" } } }, { "info": { "name": "CreateDocument", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Documents", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the new Document resource in." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchDocumentPermission", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Documents/:DocumentSid/Permissions/:Identity", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document Permission resource to fetch." }, { "name": "DocumentSid", "value": "", "type": "path", "description": "The SID of the Sync Document with the Document Permission resource to fetch. Can be the Document resource's `sid` or its `unique_name`." }, { "name": "Identity", "value": "", "type": "path", "description": "The application-defined string that uniquely identifies the User's Document Permission resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch a specific Sync Document Permission." }, { "info": { "name": "UpdateDocumentPermission", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Documents/:DocumentSid/Permissions/:Identity", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document Permission resource to update." }, { "name": "DocumentSid", "value": "", "type": "path", "description": "The SID of the Sync Document with the Document Permission resource to update. Can be the Document resource's `sid` or its `unique_name`." }, { "name": "Identity", "value": "", "type": "path", "description": "The application-defined string that uniquely identifies the User's Document Permission resource to update." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update an identity's access to a specific Sync Document." }, { "info": { "name": "DeleteDocumentPermission", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Documents/:DocumentSid/Permissions/:Identity", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document Permission resource to delete." }, { "name": "DocumentSid", "value": "", "type": "path", "description": "The SID of the Sync Document with the Document Permission resource to delete. Can be the Document resource's `sid` or its `unique_name`." }, { "name": "Identity", "value": "", "type": "path", "description": "The application-defined string that uniquely identifies the User's Document Permission resource to delete." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a specific Sync Document Permission." }, { "info": { "name": "ListDocumentPermission", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Documents/:DocumentSid/Permissions", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document Permission resources to read." }, { "name": "DocumentSid", "value": "", "type": "path", "description": "The SID of the Sync Document with the Document Permission resources to read. Can be the Document resource's `sid` or its `unique_name`." }, { "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 Permissions applying to a Sync Document." }, { "info": { "name": "CreateStreamMessage", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Streams/:StreamSid/Messages", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the new Stream Message in." }, { "name": "StreamSid", "value": "", "type": "path", "description": "The SID of the Sync Stream to create the new Stream Message resource for." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a new Stream Message." }, { "info": { "name": "FetchSyncList", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Lists/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List resource to fetch." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Sync List resource to fetch. Can be the Sync List resource's `sid` or its `unique_name`." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "UpdateSyncList", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Lists/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List resource to update." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Sync List resource to update. Can be the Sync List resource's `sid` or its `unique_name`." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "DeleteSyncList", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Lists/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List resource to delete." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Sync List resource to delete. Can be the Sync List resource's `sid` or its `unique_name`." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "ListSyncList", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Lists", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List resources to read." }, { "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}}" } } }, { "info": { "name": "CreateSyncList", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Lists", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the new Sync List in." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchSyncListItem", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Lists/:ListSid/Items/:Index", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Item resource to fetch." }, { "name": "ListSid", "value": "", "type": "path", "description": "The SID of the Sync List with the Sync List Item resource to fetch. Can be the Sync List resource's `sid` or its `unique_name`." }, { "name": "Index", "value": "", "type": "path", "description": "The index of the Sync List Item resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "UpdateSyncListItem", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Lists/:ListSid/Items/:Index", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Item resource to update." }, { "name": "ListSid", "value": "", "type": "path", "description": "The SID of the Sync List with the Sync List Item resource to update. Can be the Sync List resource's `sid` or its `unique_name`." }, { "name": "Index", "value": "", "type": "path", "description": "The index of the Sync List Item resource to update." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "DeleteSyncListItem", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Lists/:ListSid/Items/:Index", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Item resource to delete." }, { "name": "ListSid", "value": "", "type": "path", "description": "The SID of the Sync List with the Sync List Item resource to delete. Can be the Sync List resource's `sid` or its `unique_name`." }, { "name": "Index", "value": "", "type": "path", "description": "The index of the Sync List Item resource to delete." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "ListSyncListItem", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Lists/:ListSid/Items", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the List Item resources to read." }, { "name": "ListSid", "value": "", "type": "path", "description": "The SID of the Sync List with the List Items to read. Can be the Sync List resource's `sid` or its `unique_name`." }, { "name": "Order", "value": "", "type": "query", "description": "How to order the List Items returned by their `index` value. Can be: `asc` (ascending) or `desc` (descending) and the default is ascending." }, { "name": "From", "value": "", "type": "query", "description": "The `index` of the first Sync List Item resource to read. See also `bounds`." }, { "name": "Bounds", "value": "", "type": "query", "description": "Whether to include the List Item referenced by the `from` parameter. Can be: `inclusive` to include the List Item referenced by the `from` parameter or `exclusive` to start with the next List Item. The default value is `inclusive`." }, { "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}}" } } }, { "info": { "name": "CreateSyncListItem", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Lists/:ListSid/Items", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the new List Item in." }, { "name": "ListSid", "value": "", "type": "path", "description": "The SID of the Sync List to add the new List Item to. Can be the Sync List resource's `sid` or its `unique_name`." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchSyncListPermission", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Lists/:ListSid/Permissions/:Identity", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Permission resource to fetch." }, { "name": "ListSid", "value": "", "type": "path", "description": "The SID of the Sync List with the Sync List Permission resource to fetch. Can be the Sync List resource's `sid` or its `unique_name`." }, { "name": "Identity", "value": "", "type": "path", "description": "The application-defined string that uniquely identifies the User's Sync List Permission resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch a specific Sync List Permission." }, { "info": { "name": "UpdateSyncListPermission", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Lists/:ListSid/Permissions/:Identity", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Permission resource to update." }, { "name": "ListSid", "value": "", "type": "path", "description": "The SID of the Sync List with the Sync List Permission resource to update. Can be the Sync List resource's `sid` or its `unique_name`." }, { "name": "Identity", "value": "", "type": "path", "description": "The application-defined string that uniquely identifies the User's Sync List Permission resource to update." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update an identity's access to a specific Sync List." }, { "info": { "name": "DeleteSyncListPermission", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Lists/:ListSid/Permissions/:Identity", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Permission resource to delete." }, { "name": "ListSid", "value": "", "type": "path", "description": "The SID of the Sync List with the Sync List Permission resource to delete. Can be the Sync List resource's `sid` or its `unique_name`." }, { "name": "Identity", "value": "", "type": "path", "description": "The application-defined string that uniquely identifies the User's Sync List Permission resource to delete." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a specific Sync List Permission." }, { "info": { "name": "ListSyncListPermission", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Lists/:ListSid/Permissions", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Permission resources to read." }, { "name": "ListSid", "value": "", "type": "path", "description": "The SID of the Sync List with the Sync List Permission resources to read. Can be the Sync List resource's `sid` or its `unique_name`." }, { "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 Permissions applying to a Sync List." }, { "info": { "name": "FetchSyncMap", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Maps/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map resource to fetch." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Sync Map resource to fetch. Can be the Sync Map's `sid` or its `unique_name`." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "UpdateSyncMap", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Maps/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map resource to update." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Sync Map resource to update. Can be the Sync Map's `sid` or its `unique_name`." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "DeleteSyncMap", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Maps/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map resource to delete." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Sync Map resource to delete. Can be the Sync Map's `sid` or its `unique_name`." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "ListSyncMap", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Maps", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map resources to read." }, { "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}}" } } }, { "info": { "name": "CreateSyncMap", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Maps", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the Sync Map in." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchSyncMapItem", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Maps/:MapSid/Items/:Key", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Item resource to fetch." }, { "name": "MapSid", "value": "", "type": "path", "description": "The SID of the Sync Map with the Sync Map Item resource to fetch. Can be the Sync Map resource's `sid` or its `unique_name`." }, { "name": "Key", "value": "", "type": "path", "description": "The `key` value of the Sync Map Item resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "UpdateSyncMapItem", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Maps/:MapSid/Items/:Key", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Item resource to update." }, { "name": "MapSid", "value": "", "type": "path", "description": "The SID of the Sync Map with the Sync Map Item resource to update. Can be the Sync Map resource's `sid` or its `unique_name`." }, { "name": "Key", "value": "", "type": "path", "description": "The `key` value of the Sync Map Item resource to update. " } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "DeleteSyncMapItem", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Maps/:MapSid/Items/:Key", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Item resource to delete." }, { "name": "MapSid", "value": "", "type": "path", "description": "The SID of the Sync Map with the Sync Map Item resource to delete. Can be the Sync Map resource's `sid` or its `unique_name`." }, { "name": "Key", "value": "", "type": "path", "description": "The `key` value of the Sync Map Item resource to delete." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "ListSyncMapItem", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Maps/:MapSid/Items", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Map Item resources to read." }, { "name": "MapSid", "value": "", "type": "path", "description": "The SID of the Sync Map with the Sync Map Item resource to fetch. Can be the Sync Map resource's `sid` or its `unique_name`." }, { "name": "Order", "value": "", "type": "query", "description": "How to order the Map Items returned by their `key` value. Can be: `asc` (ascending) or `desc` (descending) and the default is ascending. Map Items are [ordered lexicographically](https://en.wikipedia.org/wiki/Lexicographical_order) by Item key." }, { "name": "From", "value": "", "type": "query", "description": "The `key` of the first Sync Map Item resource to read. See also `bounds`." }, { "name": "Bounds", "value": "", "type": "query", "description": "Whether to include the Map Item referenced by the `from` parameter. Can be: `inclusive` to include the Map Item referenced by the `from` parameter or `exclusive` to start with the next Map Item. The default value is `inclusive`." }, { "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}}" } } }, { "info": { "name": "CreateSyncMapItem", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Maps/:MapSid/Items", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the Map Item in." }, { "name": "MapSid", "value": "", "type": "path", "description": "The SID of the Sync Map to add the new Map Item to. Can be the Sync Map resource's `sid` or its `unique_name`." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchSyncMapPermission", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Maps/:MapSid/Permissions/:Identity", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Permission resource to fetch. Can be the Service's `sid` value or `default`." }, { "name": "MapSid", "value": "", "type": "path", "description": "The SID of the Sync Map with the Sync Map Permission resource to fetch. Can be the Sync Map resource's `sid` or its `unique_name`." }, { "name": "Identity", "value": "", "type": "path", "description": "The application-defined string that uniquely identifies the User's Sync Map Permission resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch a specific Sync Map Permission." }, { "info": { "name": "UpdateSyncMapPermission", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Maps/:MapSid/Permissions/:Identity", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Permission resource to update. Can be the Service's `sid` value or `default`." }, { "name": "MapSid", "value": "", "type": "path", "description": "The SID of the Sync Map with the Sync Map Permission resource to update. Can be the Sync Map resource's `sid` or its `unique_name`." }, { "name": "Identity", "value": "", "type": "path", "description": "The application-defined string that uniquely identifies the User's Sync Map Permission resource to update." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update an identity's access to a specific Sync Map." }, { "info": { "name": "DeleteSyncMapPermission", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Maps/:MapSid/Permissions/:Identity", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Permission resource to delete. Can be the Service's `sid` value or `default`." }, { "name": "MapSid", "value": "", "type": "path", "description": "The SID of the Sync Map with the Sync Map Permission resource to delete. Can be the Sync Map resource's `sid` or its `unique_name`." }, { "name": "Identity", "value": "", "type": "path", "description": "The application-defined string that uniquely identifies the User's Sync Map Permission resource to delete." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a specific Sync Map Permission." }, { "info": { "name": "ListSyncMapPermission", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Maps/:MapSid/Permissions", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Permission resources to read. Can be the Service's `sid` value or `default`." }, { "name": "MapSid", "value": "", "type": "path", "description": "The SID of the Sync Map with the Permission resources to read. Can be the Sync Map resource's `sid` or its `unique_name`." }, { "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 Permissions applying to a Sync Map." }, { "info": { "name": "FetchSyncStream", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Streams/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Stream resource to fetch." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Stream resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch a specific Stream." }, { "info": { "name": "UpdateSyncStream", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Streams/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Stream resource to update." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Stream resource to update." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update a specific Stream." }, { "info": { "name": "DeleteSyncStream", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Streams/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Stream resource to delete." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Stream resource to delete." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a specific Stream." }, { "info": { "name": "ListSyncStream", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Streams", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Stream resources to read." }, { "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 Streams in a Service Instance." }, { "info": { "name": "CreateSyncStream", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Services/:ServiceSid/Streams", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the new Stream in." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a new Stream." }, { "info": { "name": "Twilio List Verify Services", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/Services", "params": [ { "name": "PageSize", "value": "", "type": "query" } ] }, "docs": "Retrieve a list of all Verify services in your account." }, { "info": { "name": "Twilio Create a Verify Service", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/Services", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Create a new Verify service to configure verification behavior including code length, channels, and branding." }, { "info": { "name": "Twilio Fetch a Verify Service", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/Services/:ServiceSid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Verify service" } ] }, "docs": "Twilio Fetch a Verify Service" }, { "info": { "name": "Twilio Update a Verify Service", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/Services/:ServiceSid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Verify service" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Twilio Update a Verify Service" }, { "info": { "name": "Twilio Delete a Verify Service", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/Services/:ServiceSid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Verify service" } ] }, "docs": "Twilio Delete a Verify Service" }, { "info": { "name": "CreateAccessToken", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/AccessTokens", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The unique SID identifier of the Service." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a new enrollment Access Token for the Entity" }, { "info": { "name": "FetchAccessToken", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/AccessTokens/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The unique SID identifier of the Service." }, { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this Access Token." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch an Access Token for the Entity" }, { "info": { "name": "ListBucket", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/RateLimits/:RateLimitSid/Buckets", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with." }, { "name": "RateLimitSid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the Rate Limit 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 Buckets for a Rate Limit." }, { "info": { "name": "CreateBucket", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/RateLimits/:RateLimitSid/Buckets", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with." }, { "name": "RateLimitSid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the Rate Limit resource." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a new Bucket for a Rate Limit" }, { "info": { "name": "FetchBucket", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/RateLimits/:RateLimitSid/Buckets/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with." }, { "name": "RateLimitSid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the Rate Limit resource." }, { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this Bucket." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch a specific Bucket." }, { "info": { "name": "UpdateBucket", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/RateLimits/:RateLimitSid/Buckets/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with." }, { "name": "RateLimitSid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the Rate Limit resource." }, { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this Bucket." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update a specific Bucket." }, { "info": { "name": "DeleteBucket", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/RateLimits/:RateLimitSid/Buckets/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with." }, { "name": "RateLimitSid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the Rate Limit resource." }, { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this Bucket." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a specific Bucket." }, { "info": { "name": "ListChallenge", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Entities/:Identity/Challenges", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The unique SID identifier of the Service." }, { "name": "Identity", "value": "", "type": "path", "description": "Customer unique identity for the Entity owner of the Challenge. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters." }, { "name": "FactorSid", "value": "", "type": "query", "description": "The unique SID identifier of the Factor." }, { "name": "Status", "value": "", "type": "query", "description": "The Status of the Challenges to fetch. One of `pending`, `expired`, `approved` or `denied`." }, { "name": "Order", "value": "", "type": "query", "description": "The desired sort order of the Challenges list. One of `asc` or `desc` for ascending and descending respectively. Defaults to `asc`." }, { "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 Challenges for a Factor." }, { "info": { "name": "CreateChallenge", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Entities/:Identity/Challenges", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The unique SID identifier of the Service." }, { "name": "Identity", "value": "", "type": "path", "description": "Customer unique identity for the Entity owner of the Challenge. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a new Challenge for the Factor" }, { "info": { "name": "FetchChallenge", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Entities/:Identity/Challenges/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The unique SID identifier of the Service." }, { "name": "Identity", "value": "", "type": "path", "description": "Customer unique identity for the Entity owner of the Challenges. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters." }, { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this Challenge." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch a specific Challenge." }, { "info": { "name": "UpdateChallenge", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Entities/:Identity/Challenges/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The unique SID identifier of the Service." }, { "name": "Identity", "value": "", "type": "path", "description": "Customer unique identity for the Entity owner of the Challenge. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters." }, { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this Challenge." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Verify a specific Challenge." }, { "info": { "name": "ListEntity", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Entities", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The unique SID identifier of the Service." }, { "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 Entities for a Service." }, { "info": { "name": "CreateEntity", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Entities", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The unique SID identifier of the Service." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a new Entity for the Service" }, { "info": { "name": "FetchEntity", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Entities/:Identity", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The unique SID identifier of the Service." }, { "name": "Identity", "value": "", "type": "path", "description": "The unique external identifier for the Entity of the Service. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch a specific Entity." }, { "info": { "name": "DeleteEntity", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Entities/:Identity", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The unique SID identifier of the Service." }, { "name": "Identity", "value": "", "type": "path", "description": "The unique external identifier for the Entity of the Service. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a specific Entity." }, { "info": { "name": "FetchFactor", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Entities/:Identity/Factors/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The unique SID identifier of the Service." }, { "name": "Identity", "value": "", "type": "path", "description": "Customer unique identity for the Entity owner of the Factor. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters." }, { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this Factor." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch a specific Factor." }, { "info": { "name": "UpdateFactor", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Entities/:Identity/Factors/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The unique SID identifier of the Service." }, { "name": "Identity", "value": "", "type": "path", "description": "Customer unique identity for the Entity owner of the Factor. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters." }, { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this Factor." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update a specific Factor. This endpoint can be used to Verify a Factor if passed an `AuthPayload` param." }, { "info": { "name": "DeleteFactor", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Entities/:Identity/Factors/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The unique SID identifier of the Service." }, { "name": "Identity", "value": "", "type": "path", "description": "Customer unique identity for the Entity owner of the Factor. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters." }, { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this Factor." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a specific Factor." }, { "info": { "name": "ListFactor", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Entities/:Identity/Factors", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The unique SID identifier of the Service." }, { "name": "Identity", "value": "", "type": "path", "description": "Customer unique identity for the Entity owner of the Factors. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters." }, { "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 Factors for an Entity." }, { "info": { "name": "CreateNewFactor", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Entities/:Identity/Factors", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The unique SID identifier of the Service." }, { "name": "Identity", "value": "", "type": "path", "description": "Customer unique identity for the Entity owner of the Factor. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a new Factor for the Entity" }, { "info": { "name": "ListMessagingConfiguration", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/MessagingConfigurations", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) that the resource is associated with." }, { "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 Messaging Configurations for a Service." }, { "info": { "name": "CreateMessagingConfiguration", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/MessagingConfigurations", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) that the resource is associated with." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a new MessagingConfiguration for a service." }, { "info": { "name": "FetchMessagingConfiguration", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/MessagingConfigurations/:Country", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) that the resource is associated with." }, { "name": "Country", "value": "", "type": "path", "description": "The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country this configuration will be applied to. If this is a global configuration, Country will take the value `all`." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch a specific MessagingConfiguration." }, { "info": { "name": "UpdateMessagingConfiguration", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/MessagingConfigurations/:Country", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) that the resource is associated with." }, { "name": "Country", "value": "", "type": "path", "description": "The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country this configuration will be applied to. If this is a global configuration, Country will take the value `all`." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update a specific MessagingConfiguration" }, { "info": { "name": "DeleteMessagingConfiguration", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/MessagingConfigurations/:Country", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) that the resource is associated with." }, { "name": "Country", "value": "", "type": "path", "description": "The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country this configuration will be applied to. If this is a global configuration, Country will take the value `all`." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a specific MessagingConfiguration." }, { "info": { "name": "CreateNotification", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Entities/:Identity/Challenges/:ChallengeSid/Notifications", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The unique SID identifier of the Service." }, { "name": "Identity", "value": "", "type": "path", "description": "Customer unique identity for the Entity owner of the Challenge. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters." }, { "name": "ChallengeSid", "value": "", "type": "path", "description": "The unique SID identifier of the Challenge." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a new Notification for the corresponding Challenge" }, { "info": { "name": "ListRateLimit", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/RateLimits", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with." }, { "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 Rate Limits for a service." }, { "info": { "name": "CreateRateLimit", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/RateLimits", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a new Rate Limit for a Service" }, { "info": { "name": "FetchRateLimit", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/RateLimits/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with." }, { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the Rate Limit resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch a specific Rate Limit." }, { "info": { "name": "UpdateRateLimit", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/RateLimits/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with." }, { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the Rate Limit resource to fetch." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update a specific Rate Limit." }, { "info": { "name": "DeleteRateLimit", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/RateLimits/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with." }, { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the Rate Limit resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a specific Rate Limit." }, { "info": { "name": "CreateVerification", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Verifications", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the verification [Service](https://www.twilio.com/docs/verify/api/service) to create the resource under." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a new Verification using a Service" }, { "info": { "name": "FetchVerification", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Verifications/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the verification [Service](https://www.twilio.com/docs/verify/api/service) to fetch the resource from." }, { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the Verification resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch a specific Verification" }, { "info": { "name": "UpdateVerification", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Verifications/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the verification [Service](https://www.twilio.com/docs/verify/api/service) to update the resource from." }, { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the Verification resource to update." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update a Verification status" }, { "info": { "name": "CreateVerificationCheck", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/VerificationCheck", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the verification [Service](https://www.twilio.com/docs/verify/api/service) to create the resource under." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "challenge a specific Verification Check." }, { "info": { "name": "ListWebhook", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Webhooks", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The unique SID identifier of the Service." }, { "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 Webhooks for a Service." }, { "info": { "name": "CreateWebhook", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Webhooks", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The unique SID identifier of the Service." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a new Webhook for the Service" }, { "info": { "name": "FetchWebhook", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Webhooks/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The unique SID identifier of the Service." }, { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the Webhook resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch a specific Webhook." }, { "info": { "name": "UpdateWebhook", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Webhooks/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The unique SID identifier of the Service." }, { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the Webhook resource to update." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "DeleteWebhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v2/Services/:ServiceSid/Webhooks/:Sid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The unique SID identifier of the Service." }, { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the Webhook resource to delete." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a specific Webhook." } ] } ], "bundled": true }