{ "uuid": "4f38b16a-0593-451e-af5d-42fbbe738866", "lastMigration": 29, "name": "Twilio - Conversations", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "027d37de-0f8d-440e-a71f-036f67e1ddd0", "documentation": "Fetch the global configuration of conversations on your account", "method": "get", "endpoint": "v1/Configuration", "responses": [ { "uuid": "e1ed105a-1df6-4c4f-91bd-b4b709c5a6ab", "body": "{\n \"account_sid\": \"\",\n \"default_chat_service_sid\": \"\",\n \"default_closed_timer\": \"\",\n \"default_inactive_timer\": \"\",\n \"default_messaging_service_sid\": \"\",\n \"links\": {},\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "80d11fde-6d94-4e5f-8a00-108b446b2482", "documentation": "Update the global configuration of conversations on your account", "method": "post", "endpoint": "v1/Configuration", "responses": [ { "uuid": "53f6095a-611d-40ca-955c-6b8f47d7cae3", "body": "{\n \"account_sid\": \"\",\n \"default_chat_service_sid\": \"\",\n \"default_closed_timer\": \"\",\n \"default_inactive_timer\": \"\",\n \"default_messaging_service_sid\": \"\",\n \"links\": {},\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "98878695-a215-444a-9cfe-0c286e67cf02", "documentation": "Retrieve a list of address configurations for an account", "method": "get", "endpoint": "v1/Configuration/Addresses", "responses": [ { "uuid": "60a80f6b-126d-4255-86a7-bc382343bf65", "body": "{\n \"address_configurations\": [\n {\n \"account_sid\": \"\",\n \"address\": \"\",\n \"auto_creation\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"sid\": \"\",\n \"type\": \"\",\n \"url\": \"\"\n }\n ],\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2f9af60a-296d-444f-823b-b441be6442f3", "documentation": "Create a new address configuration", "method": "post", "endpoint": "v1/Configuration/Addresses", "responses": [ { "uuid": "590945e3-cf7e-40f7-987a-d998acf4051a", "body": "{\n \"account_sid\": \"\",\n \"address\": \"\",\n \"auto_creation\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"sid\": \"\",\n \"type\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e4240a99-b029-4cfc-ba3e-6df0d89284bf", "documentation": "Remove an existing address configuration", "method": "delete", "endpoint": "v1/Configuration/Addresses/:Sid", "responses": [ { "uuid": "7e700f7d-cf55-4280-812e-c479fc9e4d2c", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a4d4d09d-4f95-4d5b-8294-9e16d51cd7b2", "documentation": "Fetch an address configuration ", "method": "get", "endpoint": "v1/Configuration/Addresses/:Sid", "responses": [ { "uuid": "32917ec3-9792-4041-8a00-4491af5ece0f", "body": "{\n \"account_sid\": \"\",\n \"address\": \"\",\n \"auto_creation\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"sid\": \"\",\n \"type\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "35fe2f02-0003-40f0-a592-0694cf548c88", "documentation": "Update an existing address configuration", "method": "post", "endpoint": "v1/Configuration/Addresses/:Sid", "responses": [ { "uuid": "fd2a507c-80b8-4c7b-ba50-36a992de4333", "body": "{\n \"account_sid\": \"\",\n \"address\": \"\",\n \"auto_creation\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"sid\": \"\",\n \"type\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a3924dc4-3aec-4355-82e3-3950338d9e11", "documentation": "", "method": "get", "endpoint": "v1/Configuration/Webhooks", "responses": [ { "uuid": "7769be97-4154-4480-bee7-427a15f2bbda", "body": "{\n \"account_sid\": \"\",\n \"filters\": [\n \"\"\n ],\n \"method\": \"{{oneOf (array 'GET' 'POST')}}\",\n \"post_webhook_url\": \"\",\n \"pre_webhook_url\": \"\",\n \"target\": \"{{oneOf (array 'webhook' 'flex')}}\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1b412eaa-67b0-41a0-b14f-5fcd460e8175", "documentation": "", "method": "post", "endpoint": "v1/Configuration/Webhooks", "responses": [ { "uuid": "d4c7aecb-a7b5-4eef-920c-99b0e342996c", "body": "{\n \"account_sid\": \"\",\n \"filters\": [\n \"\"\n ],\n \"method\": \"{{oneOf (array 'GET' 'POST')}}\",\n \"post_webhook_url\": \"\",\n \"pre_webhook_url\": \"\",\n \"target\": \"{{oneOf (array 'webhook' 'flex')}}\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7e6d4d30-0f0b-46a1-86f2-4abe6def2702", "documentation": "Retrieve a list of conversations in your account's default service", "method": "get", "endpoint": "v1/Conversations", "responses": [ { "uuid": "34d514bd-98ba-4b70-a8ae-3028ae8c1a2c", "body": "{\n \"conversations\": [\n {\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"bindings\": \"\",\n \"chat_service_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"messaging_service_sid\": \"\",\n \"sid\": \"\",\n \"state\": \"{{oneOf (array 'inactive' 'active' 'closed')}}\",\n \"timers\": \"\",\n \"unique_name\": \"\",\n \"url\": \"\"\n }\n ],\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "be4b0e7b-68ca-4b58-b0b5-73e43be41f65", "documentation": "Create a new conversation in your account's default service", "method": "post", "endpoint": "v1/Conversations", "responses": [ { "uuid": "10aed380-cd0b-4b2a-a1a6-0d5c598c2dfc", "body": "{\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"bindings\": \"\",\n \"chat_service_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"messaging_service_sid\": \"\",\n \"sid\": \"\",\n \"state\": \"{{oneOf (array 'inactive' 'active' 'closed')}}\",\n \"timers\": \"\",\n \"unique_name\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0e99cfa9-4f2b-4d8a-a4bd-8bf782295d75", "documentation": "Retrieve a list of all messages in the conversation", "method": "get", "endpoint": "v1/Conversations/:ConversationSid/Messages", "responses": [ { "uuid": "2a6d5252-b3cb-4311-8b42-2d0530518a87", "body": "{\n \"messages\": [\n {\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"author\": \"\",\n \"body\": \"\",\n \"conversation_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"delivery\": \"\",\n \"index\": {{faker 'number.int' max=99999}},\n \"links\": {},\n \"media\": [\n \"\"\n ],\n \"participant_sid\": \"\",\n \"sid\": \"\",\n \"url\": \"\"\n }\n ],\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8b3bacf0-cca6-4fc7-b61d-5d633bb17283", "documentation": "Add a new message to the conversation", "method": "post", "endpoint": "v1/Conversations/:ConversationSid/Messages", "responses": [ { "uuid": "73837b6e-f349-4e4b-b2df-59e3ff7c7967", "body": "{\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"author\": \"\",\n \"body\": \"\",\n \"conversation_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"delivery\": \"\",\n \"index\": {{faker 'number.int' max=99999}},\n \"links\": {},\n \"media\": [\n \"\"\n ],\n \"participant_sid\": \"\",\n \"sid\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "55203fe2-2ff1-4c35-914e-7e3ac8c998ad", "documentation": "Retrieve a list of all delivery and read receipts of the conversation message", "method": "get", "endpoint": "v1/Conversations/:ConversationSid/Messages/:MessageSid/Receipts", "responses": [ { "uuid": "1a2245f9-0810-4492-bb84-3e09f4e9c1e9", "body": "{\n \"delivery_receipts\": [\n {\n \"account_sid\": \"\",\n \"channel_message_sid\": \"\",\n \"conversation_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"error_code\": {{faker 'number.int' max=99999}},\n \"message_sid\": \"\",\n \"participant_sid\": \"\",\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'read' 'failed' 'delivered' 'undelivered' 'sent')}}\",\n \"url\": \"\"\n }\n ],\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "83e5d985-8d12-40e4-84f9-1c67fb43dc51", "documentation": "Fetch the delivery and read receipts of the conversation message", "method": "get", "endpoint": "v1/Conversations/:ConversationSid/Messages/:MessageSid/Receipts/:Sid", "responses": [ { "uuid": "332eb9af-a6bd-4b98-8be2-b75af2fa8b27", "body": "{\n \"account_sid\": \"\",\n \"channel_message_sid\": \"\",\n \"conversation_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"error_code\": {{faker 'number.int' max=99999}},\n \"message_sid\": \"\",\n \"participant_sid\": \"\",\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'read' 'failed' 'delivered' 'undelivered' 'sent')}}\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b31bc76d-438c-48f4-a577-a270e2281669", "documentation": "Remove a message from the conversation", "method": "delete", "endpoint": "v1/Conversations/:ConversationSid/Messages/:Sid", "responses": [ { "uuid": "9da9ec70-25a8-4a4f-bc1d-c0cae07a69d4", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f6b0a93d-526e-4b8c-9bf4-6c89cc664c87", "documentation": "Fetch a message from the conversation", "method": "get", "endpoint": "v1/Conversations/:ConversationSid/Messages/:Sid", "responses": [ { "uuid": "602b6e70-c183-4563-b43f-e0802f613dcd", "body": "{\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"author\": \"\",\n \"body\": \"\",\n \"conversation_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"delivery\": \"\",\n \"index\": {{faker 'number.int' max=99999}},\n \"links\": {},\n \"media\": [\n \"\"\n ],\n \"participant_sid\": \"\",\n \"sid\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "76fa1876-5e05-47f4-b6fb-2b2f1915b71e", "documentation": "Update an existing message in the conversation", "method": "post", "endpoint": "v1/Conversations/:ConversationSid/Messages/:Sid", "responses": [ { "uuid": "921b7448-400c-4be8-b2dd-5b9a31f5d690", "body": "{\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"author\": \"\",\n \"body\": \"\",\n \"conversation_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"delivery\": \"\",\n \"index\": {{faker 'number.int' max=99999}},\n \"links\": {},\n \"media\": [\n \"\"\n ],\n \"participant_sid\": \"\",\n \"sid\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4adb0c32-dd74-4bc7-987a-2a6d733050e3", "documentation": "Retrieve a list of all participants of the conversation", "method": "get", "endpoint": "v1/Conversations/:ConversationSid/Participants", "responses": [ { "uuid": "c90c1c60-acf1-485c-8f2d-fd6735115163", "body": "{\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n },\n \"participants\": [\n {\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"conversation_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"identity\": \"\",\n \"last_read_message_index\": {{faker 'number.int' max=99999}},\n \"last_read_timestamp\": \"\",\n \"messaging_binding\": \"\",\n \"role_sid\": \"\",\n \"sid\": \"\",\n \"url\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "44a6fbaa-b769-43fc-b693-ad0ab074afa5", "documentation": "Add a new participant to the conversation", "method": "post", "endpoint": "v1/Conversations/:ConversationSid/Participants", "responses": [ { "uuid": "d79a976c-ce83-4945-9d5d-177048e688a9", "body": "{\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"conversation_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"identity\": \"\",\n \"last_read_message_index\": {{faker 'number.int' max=99999}},\n \"last_read_timestamp\": \"\",\n \"messaging_binding\": \"\",\n \"role_sid\": \"\",\n \"sid\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "095f1c52-3e3a-4f05-b8ba-cb1f5e86ef59", "documentation": "Remove a participant from the conversation", "method": "delete", "endpoint": "v1/Conversations/:ConversationSid/Participants/:Sid", "responses": [ { "uuid": "c56f0bf6-91e2-4aab-9a5a-ebf33fcd51eb", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6200a61b-2fa8-4e69-9843-e35f37806384", "documentation": "Fetch a participant of the conversation", "method": "get", "endpoint": "v1/Conversations/:ConversationSid/Participants/:Sid", "responses": [ { "uuid": "16517270-e027-4411-88d6-07ec93664131", "body": "{\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"conversation_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"identity\": \"\",\n \"last_read_message_index\": {{faker 'number.int' max=99999}},\n \"last_read_timestamp\": \"\",\n \"messaging_binding\": \"\",\n \"role_sid\": \"\",\n \"sid\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "da8d023b-8d2d-429e-ad41-e11d530a5f1b", "documentation": "Update an existing participant in the conversation", "method": "post", "endpoint": "v1/Conversations/:ConversationSid/Participants/:Sid", "responses": [ { "uuid": "257221fb-e8dd-4835-9a5d-3f63d5152493", "body": "{\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"conversation_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"identity\": \"\",\n \"last_read_message_index\": {{faker 'number.int' max=99999}},\n \"last_read_timestamp\": \"\",\n \"messaging_binding\": \"\",\n \"role_sid\": \"\",\n \"sid\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6bc3cf2f-5b93-4d70-9830-17d95d852c62", "documentation": "Retrieve a list of all webhooks scoped to the conversation", "method": "get", "endpoint": "v1/Conversations/:ConversationSid/Webhooks", "responses": [ { "uuid": "8cb8cd0c-2b7e-402d-9818-6cf4fcdbbd47", "body": "{\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n },\n \"webhooks\": [\n {\n \"account_sid\": \"\",\n \"configuration\": \"\",\n \"conversation_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"sid\": \"\",\n \"target\": \"\",\n \"url\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "48c87109-46a9-4573-b3af-51aa97b32394", "documentation": "Create a new webhook scoped to the conversation", "method": "post", "endpoint": "v1/Conversations/:ConversationSid/Webhooks", "responses": [ { "uuid": "7c3caed1-4e61-44b8-938c-a47d4fc1a18c", "body": "{\n \"account_sid\": \"\",\n \"configuration\": \"\",\n \"conversation_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"sid\": \"\",\n \"target\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b10b2b94-ade1-425e-984a-ae11a410c82c", "documentation": "Remove an existing webhook scoped to the conversation", "method": "delete", "endpoint": "v1/Conversations/:ConversationSid/Webhooks/:Sid", "responses": [ { "uuid": "f8a3acbb-0409-426c-a59d-aca9c86b4e41", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "add2f9a9-0a18-41fa-a771-1b08d6c74f3f", "documentation": "Fetch the configuration of a conversation-scoped webhook", "method": "get", "endpoint": "v1/Conversations/:ConversationSid/Webhooks/:Sid", "responses": [ { "uuid": "91d9962f-348d-46c8-bf5a-a304c29b0999", "body": "{\n \"account_sid\": \"\",\n \"configuration\": \"\",\n \"conversation_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"sid\": \"\",\n \"target\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d95f1db2-4c21-41f2-92cd-6babc23537f9", "documentation": "Update an existing conversation-scoped webhook", "method": "post", "endpoint": "v1/Conversations/:ConversationSid/Webhooks/:Sid", "responses": [ { "uuid": "d977079e-3e15-42e6-a924-b972848d892f", "body": "{\n \"account_sid\": \"\",\n \"configuration\": \"\",\n \"conversation_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"sid\": \"\",\n \"target\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "539330e4-c8d5-4609-9d59-32ba4f737c34", "documentation": "Remove a conversation from your account's default service", "method": "delete", "endpoint": "v1/Conversations/:Sid", "responses": [ { "uuid": "324c13ee-dac6-45ad-a5a4-466a69eb4d70", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1f1ea17d-08e1-4a60-869d-03da88558af4", "documentation": "Fetch a conversation from your account's default service", "method": "get", "endpoint": "v1/Conversations/:Sid", "responses": [ { "uuid": "e422964a-26e2-42db-874a-4d4c08b0790f", "body": "{\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"bindings\": \"\",\n \"chat_service_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"messaging_service_sid\": \"\",\n \"sid\": \"\",\n \"state\": \"{{oneOf (array 'inactive' 'active' 'closed')}}\",\n \"timers\": \"\",\n \"unique_name\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "14173dcb-0f4b-4722-8cd8-559e798fb6ee", "documentation": "Update an existing conversation in your account's default service", "method": "post", "endpoint": "v1/Conversations/:Sid", "responses": [ { "uuid": "0686bac9-6dc4-4b3c-a395-f45d1191a855", "body": "{\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"bindings\": \"\",\n \"chat_service_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"messaging_service_sid\": \"\",\n \"sid\": \"\",\n \"state\": \"{{oneOf (array 'inactive' 'active' 'closed')}}\",\n \"timers\": \"\",\n \"unique_name\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "19f1c0af-b174-4755-b005-3e2d17aa40e7", "documentation": "Retrieve a list of all push notification credentials on your account", "method": "get", "endpoint": "v1/Credentials", "responses": [ { "uuid": "56ac3fff-5128-4831-8388-f65273f4939b", "body": "{\n \"credentials\": [\n {\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"sandbox\": \"\",\n \"sid\": \"\",\n \"type\": \"{{oneOf (array 'apn' 'gcm' 'fcm')}}\",\n \"url\": \"\"\n }\n ],\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e3d3b502-eac5-474f-89c8-4a63f8f9885d", "documentation": "Add a new push notification credential to your account", "method": "post", "endpoint": "v1/Credentials", "responses": [ { "uuid": "a4044b9f-3664-4b19-bbdb-7e64eaa73a62", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"sandbox\": \"\",\n \"sid\": \"\",\n \"type\": \"{{oneOf (array 'apn' 'gcm' 'fcm')}}\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bb38593e-8fc4-4bc0-8096-00df3a9c27b7", "documentation": "Remove a push notification credential from your account", "method": "delete", "endpoint": "v1/Credentials/:Sid", "responses": [ { "uuid": "c4bfd9f9-517e-4d83-997c-fad4880eb4da", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0700fd27-8595-401c-99f1-d89a417c6d24", "documentation": "Fetch a push notification credential from your account", "method": "get", "endpoint": "v1/Credentials/:Sid", "responses": [ { "uuid": "26ab73a9-d039-42c0-9bb3-3830341b2256", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"sandbox\": \"\",\n \"sid\": \"\",\n \"type\": \"{{oneOf (array 'apn' 'gcm' 'fcm')}}\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3dd2c7a1-69b6-4ae0-8cd7-d65fed27844d", "documentation": "Update an existing push notification credential on your account", "method": "post", "endpoint": "v1/Credentials/:Sid", "responses": [ { "uuid": "9d30257a-41e9-4220-b15d-4121812dd117", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"sandbox\": \"\",\n \"sid\": \"\",\n \"type\": \"{{oneOf (array 'apn' 'gcm' 'fcm')}}\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e8add6dd-beb5-42f2-9945-8568e9f3f1c0", "documentation": "Retrieve a list of all Conversations that this Participant belongs to by identity or by address. Only one parameter should be specified.", "method": "get", "endpoint": "v1/ParticipantConversations", "responses": [ { "uuid": "2de1ecbf-3127-48ea-9fa9-1528caec6bec", "body": "{\n \"conversations\": [\n {\n \"account_sid\": \"\",\n \"chat_service_sid\": \"\",\n \"conversation_attributes\": \"\",\n \"conversation_created_by\": \"\",\n \"conversation_date_created\": \"{{faker 'date.recent' 365}}\",\n \"conversation_date_updated\": \"{{faker 'date.recent' 365}}\",\n \"conversation_friendly_name\": \"\",\n \"conversation_sid\": \"\",\n \"conversation_state\": \"{{oneOf (array 'inactive' 'active' 'closed')}}\",\n \"conversation_timers\": \"\",\n \"conversation_unique_name\": \"\",\n \"links\": {},\n \"participant_identity\": \"\",\n \"participant_messaging_binding\": \"\",\n \"participant_sid\": \"\",\n \"participant_user_sid\": \"\"\n }\n ],\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cc5c6efd-5615-419e-b8a5-3e91605d5c0c", "documentation": "Retrieve a list of all user roles in your account's default service", "method": "get", "endpoint": "v1/Roles", "responses": [ { "uuid": "382934eb-39c7-435c-a488-8b47097c82cb", "body": "{\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n },\n \"roles\": [\n {\n \"account_sid\": \"\",\n \"chat_service_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"permissions\": [\n \"\"\n ],\n \"sid\": \"\",\n \"type\": \"{{oneOf (array 'conversation' 'service')}}\",\n \"url\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0722d33c-cc0f-4c87-90dd-57b846bf2f25", "documentation": "Create a new user role in your account's default service", "method": "post", "endpoint": "v1/Roles", "responses": [ { "uuid": "3a0efc70-72be-4db1-947a-e517cc2484db", "body": "{\n \"account_sid\": \"\",\n \"chat_service_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"permissions\": [\n \"\"\n ],\n \"sid\": \"\",\n \"type\": \"{{oneOf (array 'conversation' 'service')}}\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0dde2ca4-611a-49c1-8ed0-7cdb511caade", "documentation": "Remove a user role from your account's default service", "method": "delete", "endpoint": "v1/Roles/:Sid", "responses": [ { "uuid": "523d9058-4aba-45a5-a5c1-781152c8511e", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "95d8a9f9-11b3-459e-a337-230d47e82320", "documentation": "Fetch a user role from your account's default service", "method": "get", "endpoint": "v1/Roles/:Sid", "responses": [ { "uuid": "5232f541-13be-4a0e-98e9-7d070be5f052", "body": "{\n \"account_sid\": \"\",\n \"chat_service_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"permissions\": [\n \"\"\n ],\n \"sid\": \"\",\n \"type\": \"{{oneOf (array 'conversation' 'service')}}\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "577c7c1c-f531-4c61-91f7-1fce62b5676a", "documentation": "Update an existing user role in your account's default service", "method": "post", "endpoint": "v1/Roles/:Sid", "responses": [ { "uuid": "98043df4-eb64-459b-be68-9d81a7f33e32", "body": "{\n \"account_sid\": \"\",\n \"chat_service_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"permissions\": [\n \"\"\n ],\n \"sid\": \"\",\n \"type\": \"{{oneOf (array 'conversation' 'service')}}\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f3f2d726-e4c8-4ae0-827a-fa1133583025", "documentation": "Retrieve a list of all conversation services on your account", "method": "get", "endpoint": "v1/Services", "responses": [ { "uuid": "ad2754fd-7a50-492a-90d1-b7408eb8c42e", "body": "{\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n },\n \"services\": [\n {\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"sid\": \"\",\n \"url\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "974f9dda-74a7-4e0e-83aa-57b1bd1e610d", "documentation": "Create a new conversation service on your account", "method": "post", "endpoint": "v1/Services", "responses": [ { "uuid": "750c464d-4ae2-420d-b840-38730deaa59d", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"sid\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f13c9c4a-c88b-4dc4-a794-dcab11dedb62", "documentation": "Retrieve a list of all push notification bindings in the conversation service", "method": "get", "endpoint": "v1/Services/:ChatServiceSid/Bindings", "responses": [ { "uuid": "8a9c9438-9f79-4400-958a-0bffb63c218c", "body": "{\n \"bindings\": [\n {\n \"account_sid\": \"\",\n \"binding_type\": \"{{oneOf (array 'apn' 'gcm' 'fcm')}}\",\n \"chat_service_sid\": \"\",\n \"credential_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"endpoint\": \"\",\n \"identity\": \"\",\n \"message_types\": [\n \"\"\n ],\n \"sid\": \"\",\n \"url\": \"\"\n }\n ],\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "09b4a15f-6bad-4c03-adb9-89685a6dc168", "documentation": "Remove a push notification binding from the conversation service", "method": "delete", "endpoint": "v1/Services/:ChatServiceSid/Bindings/:Sid", "responses": [ { "uuid": "e65ac16a-a841-4f40-ab32-5628d8ed9359", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0dac08d2-f47c-4c67-8a01-e2ab2d5db544", "documentation": "Fetch a push notification binding from the conversation service", "method": "get", "endpoint": "v1/Services/:ChatServiceSid/Bindings/:Sid", "responses": [ { "uuid": "bd6657c0-2d0f-415e-8120-9272d9fb6352", "body": "{\n \"account_sid\": \"\",\n \"binding_type\": \"{{oneOf (array 'apn' 'gcm' 'fcm')}}\",\n \"chat_service_sid\": \"\",\n \"credential_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"endpoint\": \"\",\n \"identity\": \"\",\n \"message_types\": [\n \"\"\n ],\n \"sid\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7fcc2067-9958-47a8-a8a8-de437766fad6", "documentation": "Fetch the configuration of a conversation service", "method": "get", "endpoint": "v1/Services/:ChatServiceSid/Configuration", "responses": [ { "uuid": "e4849f18-cc66-4059-a386-93fce5eb5d59", "body": "{\n \"chat_service_sid\": \"\",\n \"default_chat_service_role_sid\": \"\",\n \"default_conversation_creator_role_sid\": \"\",\n \"default_conversation_role_sid\": \"\",\n \"links\": {},\n \"reachability_enabled\": {{faker 'datatype.boolean'}},\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e5d2d4c2-7d7a-40ab-b065-f2dba15770fb", "documentation": "Update configuration settings of a conversation service", "method": "post", "endpoint": "v1/Services/:ChatServiceSid/Configuration", "responses": [ { "uuid": "c61c2384-7fb5-476f-8648-d5a9070f0f94", "body": "{\n \"chat_service_sid\": \"\",\n \"default_chat_service_role_sid\": \"\",\n \"default_conversation_creator_role_sid\": \"\",\n \"default_conversation_role_sid\": \"\",\n \"links\": {},\n \"reachability_enabled\": {{faker 'datatype.boolean'}},\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "522732de-32b6-409b-8cf9-da2a50e76c82", "documentation": "Fetch push notification service settings", "method": "get", "endpoint": "v1/Services/:ChatServiceSid/Configuration/Notifications", "responses": [ { "uuid": "7721ddbc-e422-436c-be4b-004f37eade6f", "body": "{\n \"account_sid\": \"\",\n \"added_to_conversation\": \"\",\n \"chat_service_sid\": \"\",\n \"log_enabled\": {{faker 'datatype.boolean'}},\n \"new_message\": \"\",\n \"removed_from_conversation\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ab3c70b7-846f-4772-b1c0-e7c45fe4110c", "documentation": "Update push notification service settings", "method": "post", "endpoint": "v1/Services/:ChatServiceSid/Configuration/Notifications", "responses": [ { "uuid": "0d6a5408-1178-404d-9c03-1874d71abfbf", "body": "{\n \"account_sid\": \"\",\n \"added_to_conversation\": \"\",\n \"chat_service_sid\": \"\",\n \"log_enabled\": {{faker 'datatype.boolean'}},\n \"new_message\": \"\",\n \"removed_from_conversation\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "eb7e5082-611d-4a32-b23f-be8997e0ee27", "documentation": "Fetch a specific service webhook configuration.", "method": "get", "endpoint": "v1/Services/:ChatServiceSid/Configuration/Webhooks", "responses": [ { "uuid": "280353de-9504-47c3-90c1-0d7748ee3eff", "body": "{\n \"account_sid\": \"\",\n \"chat_service_sid\": \"\",\n \"filters\": [\n \"\"\n ],\n \"method\": \"{{oneOf (array 'GET' 'POST')}}\",\n \"post_webhook_url\": \"\",\n \"pre_webhook_url\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6be492dc-09f4-4c5d-8208-b2e0a3dad126", "documentation": "Update a specific Webhook.", "method": "post", "endpoint": "v1/Services/:ChatServiceSid/Configuration/Webhooks", "responses": [ { "uuid": "dea105ce-081c-4c43-9d06-0ef60e0c2224", "body": "{\n \"account_sid\": \"\",\n \"chat_service_sid\": \"\",\n \"filters\": [\n \"\"\n ],\n \"method\": \"{{oneOf (array 'GET' 'POST')}}\",\n \"post_webhook_url\": \"\",\n \"pre_webhook_url\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e8afdd90-ef08-45f5-9c5a-339da17909d8", "documentation": "Retrieve a list of conversations in your service", "method": "get", "endpoint": "v1/Services/:ChatServiceSid/Conversations", "responses": [ { "uuid": "baf0d0a5-f990-4db9-88e9-a389aafa6b72", "body": "{\n \"conversations\": [\n {\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"bindings\": \"\",\n \"chat_service_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"messaging_service_sid\": \"\",\n \"sid\": \"\",\n \"state\": \"{{oneOf (array 'inactive' 'active' 'closed')}}\",\n \"timers\": \"\",\n \"unique_name\": \"\",\n \"url\": \"\"\n }\n ],\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e4118f9a-bf07-4eab-8206-a41e3a7547ab", "documentation": "Create a new conversation in your service", "method": "post", "endpoint": "v1/Services/:ChatServiceSid/Conversations", "responses": [ { "uuid": "577b0df3-3562-4984-915b-8d41712fd676", "body": "{\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"bindings\": \"\",\n \"chat_service_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"messaging_service_sid\": \"\",\n \"sid\": \"\",\n \"state\": \"{{oneOf (array 'inactive' 'active' 'closed')}}\",\n \"timers\": \"\",\n \"unique_name\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1bd78653-94bc-43b0-bb49-a7ca2a5bc84f", "documentation": "Retrieve a list of all messages in the conversation", "method": "get", "endpoint": "v1/Services/:ChatServiceSid/Conversations/:ConversationSid/Messages", "responses": [ { "uuid": "729b16b6-98a9-4ab1-bf40-a58d62bd786c", "body": "{\n \"messages\": [\n {\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"author\": \"\",\n \"body\": \"\",\n \"chat_service_sid\": \"\",\n \"conversation_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"delivery\": \"\",\n \"index\": {{faker 'number.int' max=99999}},\n \"links\": {},\n \"media\": [\n \"\"\n ],\n \"participant_sid\": \"\",\n \"sid\": \"\",\n \"url\": \"\"\n }\n ],\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "85e50d3f-3650-4c9b-a54a-f04c106dbfb9", "documentation": "Add a new message to the conversation in a specific service", "method": "post", "endpoint": "v1/Services/:ChatServiceSid/Conversations/:ConversationSid/Messages", "responses": [ { "uuid": "a214bb18-45b9-461e-9526-8ea0b9cc8dd0", "body": "{\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"author\": \"\",\n \"body\": \"\",\n \"chat_service_sid\": \"\",\n \"conversation_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"delivery\": \"\",\n \"index\": {{faker 'number.int' max=99999}},\n \"links\": {},\n \"media\": [\n \"\"\n ],\n \"participant_sid\": \"\",\n \"sid\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "52b1aa68-411f-46a8-bc9c-85172293b78d", "documentation": "Retrieve a list of all delivery and read receipts of the conversation message", "method": "get", "endpoint": "v1/Services/:ChatServiceSid/Conversations/:ConversationSid/Messages/:MessageSid/Receipts", "responses": [ { "uuid": "e7449f1e-286f-4fdf-a23b-fb66f1947b44", "body": "{\n \"delivery_receipts\": [\n {\n \"account_sid\": \"\",\n \"channel_message_sid\": \"\",\n \"chat_service_sid\": \"\",\n \"conversation_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"error_code\": {{faker 'number.int' max=99999}},\n \"message_sid\": \"\",\n \"participant_sid\": \"\",\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'read' 'failed' 'delivered' 'undelivered' 'sent')}}\",\n \"url\": \"\"\n }\n ],\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7b4f7581-fd79-4543-96da-9f55094b7e3f", "documentation": "Fetch the delivery and read receipts of the conversation message", "method": "get", "endpoint": "v1/Services/:ChatServiceSid/Conversations/:ConversationSid/Messages/:MessageSid/Receipts/:Sid", "responses": [ { "uuid": "866d07c0-eb43-4c47-b562-df78a5a13f7f", "body": "{\n \"account_sid\": \"\",\n \"channel_message_sid\": \"\",\n \"chat_service_sid\": \"\",\n \"conversation_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"error_code\": {{faker 'number.int' max=99999}},\n \"message_sid\": \"\",\n \"participant_sid\": \"\",\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'read' 'failed' 'delivered' 'undelivered' 'sent')}}\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4683ea31-d796-4b0a-a8f7-b314a29dc103", "documentation": "Remove a message from the conversation", "method": "delete", "endpoint": "v1/Services/:ChatServiceSid/Conversations/:ConversationSid/Messages/:Sid", "responses": [ { "uuid": "0f9bb032-4300-4f9d-9ed0-632e108fe85f", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "21ee9136-d464-421b-97c0-686961565c96", "documentation": "Fetch a message from the conversation", "method": "get", "endpoint": "v1/Services/:ChatServiceSid/Conversations/:ConversationSid/Messages/:Sid", "responses": [ { "uuid": "6f164ed6-0622-4631-8502-c6d3f738071b", "body": "{\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"author\": \"\",\n \"body\": \"\",\n \"chat_service_sid\": \"\",\n \"conversation_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"delivery\": \"\",\n \"index\": {{faker 'number.int' max=99999}},\n \"links\": {},\n \"media\": [\n \"\"\n ],\n \"participant_sid\": \"\",\n \"sid\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7f3fce3f-9d5e-4c35-9f93-c0315b709dd6", "documentation": "Update an existing message in the conversation", "method": "post", "endpoint": "v1/Services/:ChatServiceSid/Conversations/:ConversationSid/Messages/:Sid", "responses": [ { "uuid": "fd48e87e-a977-48c4-8e34-1f3b767ab4fb", "body": "{\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"author\": \"\",\n \"body\": \"\",\n \"chat_service_sid\": \"\",\n \"conversation_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"delivery\": \"\",\n \"index\": {{faker 'number.int' max=99999}},\n \"links\": {},\n \"media\": [\n \"\"\n ],\n \"participant_sid\": \"\",\n \"sid\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "70d6e941-f0aa-4a22-ae1b-23657df82299", "documentation": "Retrieve a list of all participants of the conversation", "method": "get", "endpoint": "v1/Services/:ChatServiceSid/Conversations/:ConversationSid/Participants", "responses": [ { "uuid": "0cb97800-d367-4e1f-90bf-de207056591a", "body": "{\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n },\n \"participants\": [\n {\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"chat_service_sid\": \"\",\n \"conversation_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"identity\": \"\",\n \"last_read_message_index\": {{faker 'number.int' max=99999}},\n \"last_read_timestamp\": \"\",\n \"messaging_binding\": \"\",\n \"role_sid\": \"\",\n \"sid\": \"\",\n \"url\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4c7ef6bf-a694-4883-9a1c-2cd16601ae28", "documentation": "Add a new participant to the conversation in a specific service", "method": "post", "endpoint": "v1/Services/:ChatServiceSid/Conversations/:ConversationSid/Participants", "responses": [ { "uuid": "5c688743-fa4b-4022-8442-035e906f2228", "body": "{\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"chat_service_sid\": \"\",\n \"conversation_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"identity\": \"\",\n \"last_read_message_index\": {{faker 'number.int' max=99999}},\n \"last_read_timestamp\": \"\",\n \"messaging_binding\": \"\",\n \"role_sid\": \"\",\n \"sid\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "903d2a9a-da7e-4e32-a7c8-44ca9e436b7f", "documentation": "Remove a participant from the conversation", "method": "delete", "endpoint": "v1/Services/:ChatServiceSid/Conversations/:ConversationSid/Participants/:Sid", "responses": [ { "uuid": "de097656-758f-4bba-8581-382d3fd6ed90", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a3b28810-a314-4b2c-a83e-ed59e23c2e10", "documentation": "Fetch a participant of the conversation", "method": "get", "endpoint": "v1/Services/:ChatServiceSid/Conversations/:ConversationSid/Participants/:Sid", "responses": [ { "uuid": "7ac55526-76de-4339-abdd-259baea06d24", "body": "{\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"chat_service_sid\": \"\",\n \"conversation_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"identity\": \"\",\n \"last_read_message_index\": {{faker 'number.int' max=99999}},\n \"last_read_timestamp\": \"\",\n \"messaging_binding\": \"\",\n \"role_sid\": \"\",\n \"sid\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "29eded43-09d0-42de-a848-df412d48678c", "documentation": "Update an existing participant in the conversation", "method": "post", "endpoint": "v1/Services/:ChatServiceSid/Conversations/:ConversationSid/Participants/:Sid", "responses": [ { "uuid": "98123e8a-da22-47ed-a951-e65c94d3ddb0", "body": "{\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"chat_service_sid\": \"\",\n \"conversation_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"identity\": \"\",\n \"last_read_message_index\": {{faker 'number.int' max=99999}},\n \"last_read_timestamp\": \"\",\n \"messaging_binding\": \"\",\n \"role_sid\": \"\",\n \"sid\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0c9afba0-d989-40d9-8458-4634452c20c9", "documentation": "Retrieve a list of all webhooks scoped to the conversation", "method": "get", "endpoint": "v1/Services/:ChatServiceSid/Conversations/:ConversationSid/Webhooks", "responses": [ { "uuid": "4e943103-3812-4aef-9e03-bbff2c15458b", "body": "{\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n },\n \"webhooks\": [\n {\n \"account_sid\": \"\",\n \"chat_service_sid\": \"\",\n \"configuration\": \"\",\n \"conversation_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"sid\": \"\",\n \"target\": \"\",\n \"url\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2baf29e2-9495-411e-97db-6f7a4c68a7ad", "documentation": "Create a new webhook scoped to the conversation in a specific service", "method": "post", "endpoint": "v1/Services/:ChatServiceSid/Conversations/:ConversationSid/Webhooks", "responses": [ { "uuid": "e4e0fabf-1b79-42fe-92e3-857602348d7d", "body": "{\n \"account_sid\": \"\",\n \"chat_service_sid\": \"\",\n \"configuration\": \"\",\n \"conversation_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"sid\": \"\",\n \"target\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e041ef11-4bfa-45da-9c96-5bf95da1109c", "documentation": "Remove an existing webhook scoped to the conversation", "method": "delete", "endpoint": "v1/Services/:ChatServiceSid/Conversations/:ConversationSid/Webhooks/:Sid", "responses": [ { "uuid": "525a9c6e-ca0a-4c01-9dab-908bfeb3a2de", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cb078601-257a-4595-ade0-d3cab95344f1", "documentation": "Fetch the configuration of a conversation-scoped webhook", "method": "get", "endpoint": "v1/Services/:ChatServiceSid/Conversations/:ConversationSid/Webhooks/:Sid", "responses": [ { "uuid": "2d1f394c-861e-41d0-8209-2b310a8c5199", "body": "{\n \"account_sid\": \"\",\n \"chat_service_sid\": \"\",\n \"configuration\": \"\",\n \"conversation_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"sid\": \"\",\n \"target\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fda0ff97-fafa-44c7-bcf1-53c6b8ff21dd", "documentation": "Update an existing conversation-scoped webhook", "method": "post", "endpoint": "v1/Services/:ChatServiceSid/Conversations/:ConversationSid/Webhooks/:Sid", "responses": [ { "uuid": "17cbb786-07c9-4ecb-a9ea-e5cb6fdb1eb2", "body": "{\n \"account_sid\": \"\",\n \"chat_service_sid\": \"\",\n \"configuration\": \"\",\n \"conversation_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"sid\": \"\",\n \"target\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3103cd90-289d-4cfd-aaf8-71fbb3aa39c6", "documentation": "Remove a conversation from your service", "method": "delete", "endpoint": "v1/Services/:ChatServiceSid/Conversations/:Sid", "responses": [ { "uuid": "77445151-359d-4c82-87cb-f179d745c947", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2bc880bd-5294-43d7-a1af-ff7e1be7d27e", "documentation": "Fetch a conversation from your service", "method": "get", "endpoint": "v1/Services/:ChatServiceSid/Conversations/:Sid", "responses": [ { "uuid": "1855e086-08a6-4689-8009-95876abc7087", "body": "{\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"bindings\": \"\",\n \"chat_service_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"messaging_service_sid\": \"\",\n \"sid\": \"\",\n \"state\": \"{{oneOf (array 'inactive' 'active' 'closed')}}\",\n \"timers\": \"\",\n \"unique_name\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a1571109-f15d-4550-8077-e7746ed06ed0", "documentation": "Update an existing conversation in your service", "method": "post", "endpoint": "v1/Services/:ChatServiceSid/Conversations/:Sid", "responses": [ { "uuid": "6daa3414-2ac2-4cd4-8079-c7a55fde8ff8", "body": "{\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"bindings\": \"\",\n \"chat_service_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"messaging_service_sid\": \"\",\n \"sid\": \"\",\n \"state\": \"{{oneOf (array 'inactive' 'active' 'closed')}}\",\n \"timers\": \"\",\n \"unique_name\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "972c0759-021c-4391-bfec-9e0684415908", "documentation": "Retrieve a list of all Conversations that this Participant belongs to by identity or by address. Only one parameter should be specified.", "method": "get", "endpoint": "v1/Services/:ChatServiceSid/ParticipantConversations", "responses": [ { "uuid": "2f51ad46-b162-4362-a5be-170215c3f6f1", "body": "{\n \"conversations\": [\n {\n \"account_sid\": \"\",\n \"chat_service_sid\": \"\",\n \"conversation_attributes\": \"\",\n \"conversation_created_by\": \"\",\n \"conversation_date_created\": \"{{faker 'date.recent' 365}}\",\n \"conversation_date_updated\": \"{{faker 'date.recent' 365}}\",\n \"conversation_friendly_name\": \"\",\n \"conversation_sid\": \"\",\n \"conversation_state\": \"{{oneOf (array 'inactive' 'active' 'closed')}}\",\n \"conversation_timers\": \"\",\n \"conversation_unique_name\": \"\",\n \"links\": {},\n \"participant_identity\": \"\",\n \"participant_messaging_binding\": \"\",\n \"participant_sid\": \"\",\n \"participant_user_sid\": \"\"\n }\n ],\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e9d1f33d-d060-4708-8d1c-b5b8c4e67289", "documentation": "Retrieve a list of all user roles in your service", "method": "get", "endpoint": "v1/Services/:ChatServiceSid/Roles", "responses": [ { "uuid": "4add855f-a7b4-4f0b-ab67-74f277649ed2", "body": "{\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n },\n \"roles\": [\n {\n \"account_sid\": \"\",\n \"chat_service_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"permissions\": [\n \"\"\n ],\n \"sid\": \"\",\n \"type\": \"{{oneOf (array 'conversation' 'service')}}\",\n \"url\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f162e15c-3bfd-41d9-8fd8-d40d342c8399", "documentation": "Create a new user role in your service", "method": "post", "endpoint": "v1/Services/:ChatServiceSid/Roles", "responses": [ { "uuid": "f0f2d783-72d9-4ae1-9cfb-09cbee33c3d2", "body": "{\n \"account_sid\": \"\",\n \"chat_service_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"permissions\": [\n \"\"\n ],\n \"sid\": \"\",\n \"type\": \"{{oneOf (array 'conversation' 'service')}}\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7497f696-5e93-47ff-b945-1d40d0a76772", "documentation": "Remove a user role from your service", "method": "delete", "endpoint": "v1/Services/:ChatServiceSid/Roles/:Sid", "responses": [ { "uuid": "033c1fa9-2fb5-4a20-aaca-734754bab3c6", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1684cd2e-e615-4dde-ad90-0e1397f6c3ae", "documentation": "Fetch a user role from your service", "method": "get", "endpoint": "v1/Services/:ChatServiceSid/Roles/:Sid", "responses": [ { "uuid": "7f87eb87-f6e0-43b0-9d97-4265f8742697", "body": "{\n \"account_sid\": \"\",\n \"chat_service_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"permissions\": [\n \"\"\n ],\n \"sid\": \"\",\n \"type\": \"{{oneOf (array 'conversation' 'service')}}\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b18c146f-a6fc-4845-8706-980a7cbb8f73", "documentation": "Update an existing user role in your service", "method": "post", "endpoint": "v1/Services/:ChatServiceSid/Roles/:Sid", "responses": [ { "uuid": "bc721b30-14a9-4776-b932-40e510aa5161", "body": "{\n \"account_sid\": \"\",\n \"chat_service_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"permissions\": [\n \"\"\n ],\n \"sid\": \"\",\n \"type\": \"{{oneOf (array 'conversation' 'service')}}\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6b18b81b-2064-4245-9038-af27470060ad", "documentation": "Retrieve a list of all conversation users in your service", "method": "get", "endpoint": "v1/Services/:ChatServiceSid/Users", "responses": [ { "uuid": "4255fc56-6603-43cc-b496-699ca948666b", "body": "{\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n },\n \"users\": [\n {\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"chat_service_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"identity\": \"\",\n \"is_notifiable\": {{faker 'datatype.boolean'}},\n \"is_online\": {{faker 'datatype.boolean'}},\n \"links\": {},\n \"role_sid\": \"\",\n \"sid\": \"\",\n \"url\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "627b8cbf-2cf3-42dc-b61b-031c651c1337", "documentation": "Add a new conversation user to your service", "method": "post", "endpoint": "v1/Services/:ChatServiceSid/Users", "responses": [ { "uuid": "a02b02e0-3513-4cf1-9120-21f90678ed64", "body": "{\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"chat_service_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"identity\": \"\",\n \"is_notifiable\": {{faker 'datatype.boolean'}},\n \"is_online\": {{faker 'datatype.boolean'}},\n \"links\": {},\n \"role_sid\": \"\",\n \"sid\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3135e776-74ea-4216-9026-8851bc248570", "documentation": "Remove a conversation user from your service", "method": "delete", "endpoint": "v1/Services/:ChatServiceSid/Users/:Sid", "responses": [ { "uuid": "35eaa5e7-46a1-4e8c-a510-d37754defe97", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fb63da69-d38f-4ddc-9929-805f50ed90ee", "documentation": "Fetch a conversation user from your service", "method": "get", "endpoint": "v1/Services/:ChatServiceSid/Users/:Sid", "responses": [ { "uuid": "62f0cce1-b87e-4384-a025-b70184216bb4", "body": "{\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"chat_service_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"identity\": \"\",\n \"is_notifiable\": {{faker 'datatype.boolean'}},\n \"is_online\": {{faker 'datatype.boolean'}},\n \"links\": {},\n \"role_sid\": \"\",\n \"sid\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0fdb40ef-ecac-4674-a7ae-2092fa067cf7", "documentation": "Update an existing conversation user in your service", "method": "post", "endpoint": "v1/Services/:ChatServiceSid/Users/:Sid", "responses": [ { "uuid": "5ac86537-b735-408f-aaec-783ab9394b4a", "body": "{\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"chat_service_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"identity\": \"\",\n \"is_notifiable\": {{faker 'datatype.boolean'}},\n \"is_online\": {{faker 'datatype.boolean'}},\n \"links\": {},\n \"role_sid\": \"\",\n \"sid\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4ff2f2fe-3ce9-4598-8f6d-ece43ab26509", "documentation": "Retrieve a list of all User Conversations for the User.", "method": "get", "endpoint": "v1/Services/:ChatServiceSid/Users/:UserSid/Conversations", "responses": [ { "uuid": "1a5714d8-9105-4e70-be59-f5427c23dbde", "body": "{\n \"conversations\": [\n {\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"chat_service_sid\": \"\",\n \"conversation_sid\": \"\",\n \"conversation_state\": \"{{oneOf (array 'inactive' 'active' 'closed')}}\",\n \"created_by\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"last_read_message_index\": {{faker 'number.int' max=99999}},\n \"links\": {},\n \"notification_level\": \"{{oneOf (array 'default' 'muted')}}\",\n \"participant_sid\": \"\",\n \"timers\": \"\",\n \"unique_name\": \"\",\n \"unread_messages_count\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"user_sid\": \"\"\n }\n ],\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "746517b4-fa3d-465b-8968-26cdb1afb2a2", "documentation": "Delete a specific User Conversation.", "method": "delete", "endpoint": "v1/Services/:ChatServiceSid/Users/:UserSid/Conversations/:ConversationSid", "responses": [ { "uuid": "ea634331-c566-42cb-a347-6bd390e8c601", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "123cacc2-bfe1-4f08-aef2-56cb563f8cfe", "documentation": "Fetch a specific User Conversation.", "method": "get", "endpoint": "v1/Services/:ChatServiceSid/Users/:UserSid/Conversations/:ConversationSid", "responses": [ { "uuid": "f72387f9-6989-429e-b1b5-6d79d83d9b2e", "body": "{\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"chat_service_sid\": \"\",\n \"conversation_sid\": \"\",\n \"conversation_state\": \"{{oneOf (array 'inactive' 'active' 'closed')}}\",\n \"created_by\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"last_read_message_index\": {{faker 'number.int' max=99999}},\n \"links\": {},\n \"notification_level\": \"{{oneOf (array 'default' 'muted')}}\",\n \"participant_sid\": \"\",\n \"timers\": \"\",\n \"unique_name\": \"\",\n \"unread_messages_count\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"user_sid\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "645f26d8-1753-4f59-b32f-1b19a5747d2a", "documentation": "Update a specific User Conversation.", "method": "post", "endpoint": "v1/Services/:ChatServiceSid/Users/:UserSid/Conversations/:ConversationSid", "responses": [ { "uuid": "ec16b0da-43a2-49c6-9d33-156399b03423", "body": "{\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"chat_service_sid\": \"\",\n \"conversation_sid\": \"\",\n \"conversation_state\": \"{{oneOf (array 'inactive' 'active' 'closed')}}\",\n \"created_by\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"last_read_message_index\": {{faker 'number.int' max=99999}},\n \"links\": {},\n \"notification_level\": \"{{oneOf (array 'default' 'muted')}}\",\n \"participant_sid\": \"\",\n \"timers\": \"\",\n \"unique_name\": \"\",\n \"unread_messages_count\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"user_sid\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9a96eb1a-369a-4e7a-9a6b-0b9332f842f9", "documentation": "Remove a conversation service with all its nested resources from your account", "method": "delete", "endpoint": "v1/Services/:Sid", "responses": [ { "uuid": "d2836b9a-3f55-41ae-a6cf-99cbb5ed2316", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e81490e3-8f10-4714-a023-dd9a3ceedb39", "documentation": "Fetch a conversation service from your account", "method": "get", "endpoint": "v1/Services/:Sid", "responses": [ { "uuid": "ad61d5a1-065a-456f-92e8-9c37ee01e670", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"sid\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4f6d09e9-5937-4a66-bbd0-4e492fe7ec2e", "documentation": "Retrieve a list of all conversation users in your account's default service", "method": "get", "endpoint": "v1/Users", "responses": [ { "uuid": "52ceab81-686b-4116-aa2d-91fbdbb57d72", "body": "{\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n },\n \"users\": [\n {\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"chat_service_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"identity\": \"\",\n \"is_notifiable\": {{faker 'datatype.boolean'}},\n \"is_online\": {{faker 'datatype.boolean'}},\n \"links\": {},\n \"role_sid\": \"\",\n \"sid\": \"\",\n \"url\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e498b212-0237-4ac2-ab82-d7ac1da236a1", "documentation": "Add a new conversation user to your account's default service", "method": "post", "endpoint": "v1/Users", "responses": [ { "uuid": "5d765582-5dcf-4445-bc0c-9abecac59ef6", "body": "{\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"chat_service_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"identity\": \"\",\n \"is_notifiable\": {{faker 'datatype.boolean'}},\n \"is_online\": {{faker 'datatype.boolean'}},\n \"links\": {},\n \"role_sid\": \"\",\n \"sid\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "daff24d2-43a7-4a5b-9907-9eefca18b10a", "documentation": "Remove a conversation user from your account's default service", "method": "delete", "endpoint": "v1/Users/:Sid", "responses": [ { "uuid": "7f29b24e-7ace-4b44-bad5-fa4be80b85a7", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c5112c23-c751-40a0-878b-8622c484e225", "documentation": "Fetch a conversation user from your account's default service", "method": "get", "endpoint": "v1/Users/:Sid", "responses": [ { "uuid": "583ccf01-4614-45e0-a4b4-242e587700c1", "body": "{\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"chat_service_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"identity\": \"\",\n \"is_notifiable\": {{faker 'datatype.boolean'}},\n \"is_online\": {{faker 'datatype.boolean'}},\n \"links\": {},\n \"role_sid\": \"\",\n \"sid\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "76e061a9-7f9c-4f9a-b59b-758504e929ae", "documentation": "Update an existing conversation user in your account's default service", "method": "post", "endpoint": "v1/Users/:Sid", "responses": [ { "uuid": "ef4ad7b6-cd9b-4890-a29f-529d52747805", "body": "{\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"chat_service_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"identity\": \"\",\n \"is_notifiable\": {{faker 'datatype.boolean'}},\n \"is_online\": {{faker 'datatype.boolean'}},\n \"links\": {},\n \"role_sid\": \"\",\n \"sid\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a27972d0-c4d8-45a7-a70c-11a125f2c331", "documentation": "Retrieve a list of all User Conversations for the User.", "method": "get", "endpoint": "v1/Users/:UserSid/Conversations", "responses": [ { "uuid": "1b0bc4b5-3b2d-4d53-a4cd-38c6708870ee", "body": "{\n \"conversations\": [\n {\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"chat_service_sid\": \"\",\n \"conversation_sid\": \"\",\n \"conversation_state\": \"{{oneOf (array 'inactive' 'active' 'closed')}}\",\n \"created_by\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"last_read_message_index\": {{faker 'number.int' max=99999}},\n \"links\": {},\n \"notification_level\": \"{{oneOf (array 'default' 'muted')}}\",\n \"participant_sid\": \"\",\n \"timers\": \"\",\n \"unique_name\": \"\",\n \"unread_messages_count\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"user_sid\": \"\"\n }\n ],\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7c6013e2-2b57-45f1-b971-afff082057f4", "documentation": "Delete a specific User Conversation.", "method": "delete", "endpoint": "v1/Users/:UserSid/Conversations/:ConversationSid", "responses": [ { "uuid": "d81193ee-b365-4d55-8b7d-25f9b5b8bcac", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9588125a-111f-4a5f-adb7-d92cd5b94eed", "documentation": "Fetch a specific User Conversation.", "method": "get", "endpoint": "v1/Users/:UserSid/Conversations/:ConversationSid", "responses": [ { "uuid": "4b55dd61-53a3-4449-b499-29df9ed99f52", "body": "{\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"chat_service_sid\": \"\",\n \"conversation_sid\": \"\",\n \"conversation_state\": \"{{oneOf (array 'inactive' 'active' 'closed')}}\",\n \"created_by\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"last_read_message_index\": {{faker 'number.int' max=99999}},\n \"links\": {},\n \"notification_level\": \"{{oneOf (array 'default' 'muted')}}\",\n \"participant_sid\": \"\",\n \"timers\": \"\",\n \"unique_name\": \"\",\n \"unread_messages_count\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"user_sid\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d7ac73b8-4f56-4b3a-948b-0e42c9aa6497", "documentation": "Update a specific User Conversation.", "method": "post", "endpoint": "v1/Users/:UserSid/Conversations/:ConversationSid", "responses": [ { "uuid": "3532d959-e8ae-4e4b-8150-c70013f42614", "body": "{\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"chat_service_sid\": \"\",\n \"conversation_sid\": \"\",\n \"conversation_state\": \"{{oneOf (array 'inactive' 'active' 'closed')}}\",\n \"created_by\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"last_read_message_index\": {{faker 'number.int' max=99999}},\n \"links\": {},\n \"notification_level\": \"{{oneOf (array 'default' 'muted')}}\",\n \"participant_sid\": \"\",\n \"timers\": \"\",\n \"unique_name\": \"\",\n \"unread_messages_count\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"user_sid\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "027d37de-0f8d-440e-a71f-036f67e1ddd0" }, { "type": "route", "uuid": "80d11fde-6d94-4e5f-8a00-108b446b2482" }, { "type": "route", "uuid": "98878695-a215-444a-9cfe-0c286e67cf02" }, { "type": "route", "uuid": "2f9af60a-296d-444f-823b-b441be6442f3" }, { "type": "route", "uuid": "e4240a99-b029-4cfc-ba3e-6df0d89284bf" }, { "type": "route", "uuid": "a4d4d09d-4f95-4d5b-8294-9e16d51cd7b2" }, { "type": "route", "uuid": "35fe2f02-0003-40f0-a592-0694cf548c88" }, { "type": "route", "uuid": "a3924dc4-3aec-4355-82e3-3950338d9e11" }, { "type": "route", "uuid": "1b412eaa-67b0-41a0-b14f-5fcd460e8175" }, { "type": "route", "uuid": "7e6d4d30-0f0b-46a1-86f2-4abe6def2702" }, { "type": "route", "uuid": "be4b0e7b-68ca-4b58-b0b5-73e43be41f65" }, { "type": "route", "uuid": "0e99cfa9-4f2b-4d8a-a4bd-8bf782295d75" }, { "type": "route", "uuid": "8b3bacf0-cca6-4fc7-b61d-5d633bb17283" }, { "type": "route", "uuid": "55203fe2-2ff1-4c35-914e-7e3ac8c998ad" }, { "type": "route", "uuid": "83e5d985-8d12-40e4-84f9-1c67fb43dc51" }, { "type": "route", "uuid": "b31bc76d-438c-48f4-a577-a270e2281669" }, { "type": "route", "uuid": "f6b0a93d-526e-4b8c-9bf4-6c89cc664c87" }, { "type": "route", "uuid": "76fa1876-5e05-47f4-b6fb-2b2f1915b71e" }, { "type": "route", "uuid": "4adb0c32-dd74-4bc7-987a-2a6d733050e3" }, { "type": "route", "uuid": "44a6fbaa-b769-43fc-b693-ad0ab074afa5" }, { "type": "route", "uuid": "095f1c52-3e3a-4f05-b8ba-cb1f5e86ef59" }, { "type": "route", "uuid": "6200a61b-2fa8-4e69-9843-e35f37806384" }, { "type": "route", "uuid": "da8d023b-8d2d-429e-ad41-e11d530a5f1b" }, { "type": "route", "uuid": "6bc3cf2f-5b93-4d70-9830-17d95d852c62" }, { "type": "route", "uuid": "48c87109-46a9-4573-b3af-51aa97b32394" }, { "type": "route", "uuid": "b10b2b94-ade1-425e-984a-ae11a410c82c" }, { "type": "route", "uuid": "add2f9a9-0a18-41fa-a771-1b08d6c74f3f" }, { "type": "route", "uuid": "d95f1db2-4c21-41f2-92cd-6babc23537f9" }, { "type": "route", "uuid": "539330e4-c8d5-4609-9d59-32ba4f737c34" }, { "type": "route", "uuid": "1f1ea17d-08e1-4a60-869d-03da88558af4" }, { "type": "route", "uuid": "14173dcb-0f4b-4722-8cd8-559e798fb6ee" }, { "type": "route", "uuid": "19f1c0af-b174-4755-b005-3e2d17aa40e7" }, { "type": "route", "uuid": "e3d3b502-eac5-474f-89c8-4a63f8f9885d" }, { "type": "route", "uuid": "bb38593e-8fc4-4bc0-8096-00df3a9c27b7" }, { "type": "route", "uuid": "0700fd27-8595-401c-99f1-d89a417c6d24" }, { "type": "route", "uuid": "3dd2c7a1-69b6-4ae0-8cd7-d65fed27844d" }, { "type": "route", "uuid": "e8add6dd-beb5-42f2-9945-8568e9f3f1c0" }, { "type": "route", "uuid": "cc5c6efd-5615-419e-b8a5-3e91605d5c0c" }, { "type": "route", "uuid": "0722d33c-cc0f-4c87-90dd-57b846bf2f25" }, { "type": "route", "uuid": "0dde2ca4-611a-49c1-8ed0-7cdb511caade" }, { "type": "route", "uuid": "95d8a9f9-11b3-459e-a337-230d47e82320" }, { "type": "route", "uuid": "577c7c1c-f531-4c61-91f7-1fce62b5676a" }, { "type": "route", "uuid": "f3f2d726-e4c8-4ae0-827a-fa1133583025" }, { "type": "route", "uuid": "974f9dda-74a7-4e0e-83aa-57b1bd1e610d" }, { "type": "route", "uuid": "f13c9c4a-c88b-4dc4-a794-dcab11dedb62" }, { "type": "route", "uuid": "09b4a15f-6bad-4c03-adb9-89685a6dc168" }, { "type": "route", "uuid": "0dac08d2-f47c-4c67-8a01-e2ab2d5db544" }, { "type": "route", "uuid": "7fcc2067-9958-47a8-a8a8-de437766fad6" }, { "type": "route", "uuid": "e5d2d4c2-7d7a-40ab-b065-f2dba15770fb" }, { "type": "route", "uuid": "522732de-32b6-409b-8cf9-da2a50e76c82" }, { "type": "route", "uuid": "ab3c70b7-846f-4772-b1c0-e7c45fe4110c" }, { "type": "route", "uuid": "eb7e5082-611d-4a32-b23f-be8997e0ee27" }, { "type": "route", "uuid": "6be492dc-09f4-4c5d-8208-b2e0a3dad126" }, { "type": "route", "uuid": "e8afdd90-ef08-45f5-9c5a-339da17909d8" }, { "type": "route", "uuid": "e4118f9a-bf07-4eab-8206-a41e3a7547ab" }, { "type": "route", "uuid": "1bd78653-94bc-43b0-bb49-a7ca2a5bc84f" }, { "type": "route", "uuid": "85e50d3f-3650-4c9b-a54a-f04c106dbfb9" }, { "type": "route", "uuid": "52b1aa68-411f-46a8-bc9c-85172293b78d" }, { "type": "route", "uuid": "7b4f7581-fd79-4543-96da-9f55094b7e3f" }, { "type": "route", "uuid": "4683ea31-d796-4b0a-a8f7-b314a29dc103" }, { "type": "route", "uuid": "21ee9136-d464-421b-97c0-686961565c96" }, { "type": "route", "uuid": "7f3fce3f-9d5e-4c35-9f93-c0315b709dd6" }, { "type": "route", "uuid": "70d6e941-f0aa-4a22-ae1b-23657df82299" }, { "type": "route", "uuid": "4c7ef6bf-a694-4883-9a1c-2cd16601ae28" }, { "type": "route", "uuid": "903d2a9a-da7e-4e32-a7c8-44ca9e436b7f" }, { "type": "route", "uuid": "a3b28810-a314-4b2c-a83e-ed59e23c2e10" }, { "type": "route", "uuid": "29eded43-09d0-42de-a848-df412d48678c" }, { "type": "route", "uuid": "0c9afba0-d989-40d9-8458-4634452c20c9" }, { "type": "route", "uuid": "2baf29e2-9495-411e-97db-6f7a4c68a7ad" }, { "type": "route", "uuid": "e041ef11-4bfa-45da-9c96-5bf95da1109c" }, { "type": "route", "uuid": "cb078601-257a-4595-ade0-d3cab95344f1" }, { "type": "route", "uuid": "fda0ff97-fafa-44c7-bcf1-53c6b8ff21dd" }, { "type": "route", "uuid": "3103cd90-289d-4cfd-aaf8-71fbb3aa39c6" }, { "type": "route", "uuid": "2bc880bd-5294-43d7-a1af-ff7e1be7d27e" }, { "type": "route", "uuid": "a1571109-f15d-4550-8077-e7746ed06ed0" }, { "type": "route", "uuid": "972c0759-021c-4391-bfec-9e0684415908" }, { "type": "route", "uuid": "e9d1f33d-d060-4708-8d1c-b5b8c4e67289" }, { "type": "route", "uuid": "f162e15c-3bfd-41d9-8fd8-d40d342c8399" }, { "type": "route", "uuid": "7497f696-5e93-47ff-b945-1d40d0a76772" }, { "type": "route", "uuid": "1684cd2e-e615-4dde-ad90-0e1397f6c3ae" }, { "type": "route", "uuid": "b18c146f-a6fc-4845-8706-980a7cbb8f73" }, { "type": "route", "uuid": "6b18b81b-2064-4245-9038-af27470060ad" }, { "type": "route", "uuid": "627b8cbf-2cf3-42dc-b61b-031c651c1337" }, { "type": "route", "uuid": "3135e776-74ea-4216-9026-8851bc248570" }, { "type": "route", "uuid": "fb63da69-d38f-4ddc-9929-805f50ed90ee" }, { "type": "route", "uuid": "0fdb40ef-ecac-4674-a7ae-2092fa067cf7" }, { "type": "route", "uuid": "4ff2f2fe-3ce9-4598-8f6d-ece43ab26509" }, { "type": "route", "uuid": "746517b4-fa3d-465b-8968-26cdb1afb2a2" }, { "type": "route", "uuid": "123cacc2-bfe1-4f08-aef2-56cb563f8cfe" }, { "type": "route", "uuid": "645f26d8-1753-4f59-b32f-1b19a5747d2a" }, { "type": "route", "uuid": "9a96eb1a-369a-4e7a-9a6b-0b9332f842f9" }, { "type": "route", "uuid": "e81490e3-8f10-4714-a023-dd9a3ceedb39" }, { "type": "route", "uuid": "4f6d09e9-5937-4a66-bbd0-4e492fe7ec2e" }, { "type": "route", "uuid": "e498b212-0237-4ac2-ab82-d7ac1da236a1" }, { "type": "route", "uuid": "daff24d2-43a7-4a5b-9907-9eefca18b10a" }, { "type": "route", "uuid": "c5112c23-c751-40a0-878b-8622c484e225" }, { "type": "route", "uuid": "76e061a9-7f9c-4f9a-b59b-758504e929ae" }, { "type": "route", "uuid": "a27972d0-c4d8-45a7-a70c-11a125f2c331" }, { "type": "route", "uuid": "7c6013e2-2b57-45f1-b971-afff082057f4" }, { "type": "route", "uuid": "9588125a-111f-4a5f-adb7-d92cd5b94eed" }, { "type": "route", "uuid": "d7ac73b8-4f56-4b3a-948b-0e42c9aa6497" } ] }