{ "opencollection": "1.0.0", "info": { "name": "vivenu access-lists supports API", "version": "1.0.0" }, "items": [ { "info": { "name": "supports", "type": "folder" }, "items": [ { "info": { "name": "get_all_supports_tickets", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/supports", "params": [ { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "assignedToSeller", "value": "", "type": "query" }, { "name": "onlymy", "value": "", "type": "query" }, { "name": "preferredLanguage", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "assignee", "value": "", "type": "query" }, { "name": "tags", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all supports tickets" }, { "info": { "name": "count_unfinished_support_requests", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/support/status", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Count unfinished Support requests" }, { "info": { "name": "get_a_support_ticket", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/support/:id", "params": [ { "name": "secret", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a support ticket" }, { "info": { "name": "send_a_message", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/support/:id", "params": [ { "name": "secret", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Send a message" }, { "info": { "name": "get_support_ticket", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/supports/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get support ticket" }, { "info": { "name": "update_a_support_ticket", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/supports/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a support ticket" }, { "info": { "name": "patch_a_support_ticket", "type": "http" }, "http": { "method": "PATCH", "url": "https://vivenu.com/api/supports/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Patch a support ticket" }, { "info": { "name": "delete_support_ticket", "type": "http" }, "http": { "method": "DELETE", "url": "https://vivenu.com/api/supports/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete support ticket" }, { "info": { "name": "get_support_context", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/supports/:id/context", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get support context" }, { "info": { "name": "create_a_support_ticket", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/support", "body": { "type": "json", "data": "{}" } }, "docs": "Create a support ticket" }, { "info": { "name": "look_up_the_last_transaction_by_email_and_resend_the_order_confirmation", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/support/ticket-lookup", "body": { "type": "json", "data": "{}" } }, "docs": "Look up the last transaction by email and resend the order confirmation" }, { "info": { "name": "update_seller_assignment", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/supports/:id/assign-seller", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update seller assignment" }, { "info": { "name": "change_support_ticket_assignee", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/supports/:id/assignee", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Change support ticket assignee" }, { "info": { "name": "reply_to_support_ticket", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/supports/:id/message", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Reply to support ticket" }, { "info": { "name": "change_support_ticket_status", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/supports/:id/status", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Change support ticket status" }, { "info": { "name": "change_support_ticket_seller", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/supports/:id/seller", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Change support ticket seller" }, { "info": { "name": "change_support_ticket_prio", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/supports/:id/prio", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Change support ticket prio" }, { "info": { "name": "update_a_support_message", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/supports/:id/messages/:messageId", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "messageId", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a support message" } ] } ], "bundled": true }