{"info":{"_postman_id":"4520cd19-c7f5-4c65-9264-12f8aecddf0d","name":"Snowpal: Conversation API","description":"<html><head></head><body><p>If you are building a Web App, or a Mobile App, or a Microservice, and want the ability to support Conversations, look no further. We've got you covered!</p>\n<p>Adding the ability to support in-app conversations just got a whole lot easier. All you need to do is build a couple of UI components leveraging our Conversation API, and you would be good to go.</p>\n<p>We support both private and group conversations.</p>\n<p><video src=\"https://youtube.com/embed/qNem6eZTR0I\" width=\"340\"></video></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"26470350","collectionId":"4520cd19-c7f5-4c65-9264-12f8aecddf0d","publishedId":"2s9YXiaMrN","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-11-09T22:17:13.000Z"},"item":[{"name":"Conversations.1","item":[{"name":"Conversations.1.1: Get unread conversations count","id":"21b32505-4901-44f7-8be6-3a6420841063","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text","description":"<p>JSON Web Token for authenticated user</p>\n"},{"key":"x-api-key","value":"{{apiKey}}","type":"text","description":"<p>Consumer-specific API Key</p>\n"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text","description":"<p>API Product Code</p>\n"}],"url":"https://gateway.snowpal.com/conversations/unread-status","description":"<p>Returns count of unread conversations (aka, conversations that have at least one message that user has not yet read).</p>\n","urlObject":{"protocol":"https","path":["conversations","unread-status"],"host":["gateway","snowpal","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"21b32505-4901-44f7-8be6-3a6420841063"},{"name":"Conversations.1.2: Get user conversations","id":"d34c9d90-2184-4d13-a39a-7784921169da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text","description":"<p>JSON Web Token for authenticated user</p>\n"},{"key":"x-api-key","value":"{{apiKey}}","type":"text","description":"<p>Consumer-specific API Key</p>\n"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text","description":"<p>API Product Code</p>\n"}],"url":"https://gateway.snowpal.com/conversations","description":"<p>Returns user conversations.</p>\n","urlObject":{"protocol":"https","path":["conversations"],"host":["gateway","snowpal","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d34c9d90-2184-4d13-a39a-7784921169da"},{"name":"Conversations.1.3: Add private or group conversation","id":"5a28a63b-155b-47c6-9b58-abc01b130122","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text","description":"<p>JSON Web Token for authenticated user</p>\n"},{"key":"x-api-key","value":"{{apiKey}}","type":"text","description":"<p>Consumer-specific API Key</p>\n"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text","description":"<p>API Product Code</p>\n"}],"body":{"mode":"raw","raw":"{\"messageText\":\"conversation[message_text]\",\"userNames\":\"conversation[user_names]\"}","options":{"raw":{"language":"json"}}},"url":"https://gateway.snowpal.com/conversations","description":"<p>Creates a new conversation that can either be private, or a group conversation.</p>\n","urlObject":{"protocol":"https","path":["conversations"],"host":["gateway","snowpal","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5a28a63b-155b-47c6-9b58-abc01b130122"},{"name":"Conversations.1.4: Get conversation for given usernames","id":"7e26a6be-f1d0-40f1-b84e-ba9abea2fa4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text","description":"<p>JSON Web Token for authenticated user</p>\n"},{"key":"x-api-key","value":"{{apiKey}}","type":"text","description":"<p>Consumer-specific API Key</p>\n"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text","description":"<p>API Product Code</p>\n"}],"url":"https://gateway.snowpal.com/conversations/by-usernames?userNames=user1,user2","description":"<p>Returns conversation for given usernames (if there happens to be one).</p>\n","urlObject":{"protocol":"https","path":["conversations","by-usernames"],"host":["gateway","snowpal","com"],"query":[{"description":{"content":"<p>Comma-separated list of recipients' user names.</p>\n","type":"text/plain"},"key":"userNames","value":"user1,user2"}],"variable":[]}},"response":[],"_postman_id":"7e26a6be-f1d0-40f1-b84e-ba9abea2fa4d"},{"name":"Conversations.1.5: Send message to an existing conversation","id":"24d91314-7e36-4fb5-9224-5b78757520a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text","description":"<p>JSON Web Token for authenticated user</p>\n"},{"key":"x-api-key","value":"{{apiKey}}","type":"text","description":"<p>Consumer-specific API Key</p>\n"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text","description":"<p>API Product Code</p>\n"}],"body":{"mode":"raw","raw":"{\"messageText\":\"conversation[message_text]\"}","options":{"raw":{"language":"json"}}},"url":"https://gateway.snowpal.com/conversations/:id/messages","description":"<p>Sends a new message to an existing conversation. Alternate endpoint - <code>      /conversations/:id/send-message</code>.</p>\n","urlObject":{"protocol":"https","path":["conversations",":id","messages"],"host":["gateway","snowpal","com"],"query":[],"variable":[{"type":"any","key":"id"}]}},"response":[],"_postman_id":"24d91314-7e36-4fb5-9224-5b78757520a4"},{"name":"Conversations.1.6: Get conversation","id":"41a01c31-984e-41dd-9bfa-1b66f9d09f87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text","description":"<p>JSON Web Token for authenticated user</p>\n"},{"key":"x-api-key","value":"{{apiKey}}","type":"text","description":"<p>Consumer-specific API Key</p>\n"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text","description":"<p>API Product Code</p>\n"}],"url":"https://gateway.snowpal.com/conversations/:id","description":"<p>Returns existing conversation for given ID.</p>\n","urlObject":{"protocol":"https","path":["conversations",":id"],"host":["gateway","snowpal","com"],"query":[],"variable":[{"type":"any","key":"id"}]}},"response":[],"_postman_id":"41a01c31-984e-41dd-9bfa-1b66f9d09f87"},{"name":"Conversations.1.7: Delete conversation","id":"cba5705c-c330-479a-867e-5b76b2e18ebc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text","description":"<p>JSON Web Token for authenticated user</p>\n"},{"key":"x-api-key","value":"{{apiKey}}","type":"text","description":"<p>Consumer-specific API Key</p>\n"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text","description":"<p>API Product Code</p>\n"}],"url":"https://gateway.snowpal.com/conversations/:id","description":"<p>Deletes a conversation.</p>\n","urlObject":{"protocol":"https","path":["conversations",":id"],"host":["gateway","snowpal","com"],"query":[],"variable":[{"type":"any","key":"id"}]}},"response":[],"_postman_id":"cba5705c-c330-479a-867e-5b76b2e18ebc"},{"name":"Conversations.1.8: Leave conversation","id":"467a8c8b-e940-4749-ac1c-4c1eaf1ff3d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text","description":"<p>JSON Web Token for authenticated user</p>\n"},{"key":"x-api-key","value":"{{apiKey}}","type":"text","description":"<p>Consumer-specific API Key</p>\n"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text","description":"<p>API Product Code</p>\n"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://gateway.snowpal.com/conversations/:id/leave","description":"<p>A user can leave a group conversation (and only that). When they leave a conversation, they will still have access to all previous messages in conversation (up until this point, that is).</p>\n","urlObject":{"protocol":"https","path":["conversations",":id","leave"],"host":["gateway","snowpal","com"],"query":[],"variable":[{"type":"any","key":"id"}]}},"response":[],"_postman_id":"467a8c8b-e940-4749-ac1c-4c1eaf1ff3d2"},{"name":"Conversations.1.9: Archive conversation","id":"dd8d45f4-4d7c-4e74-8076-d0f34f9fa760","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text","description":"<p>JSON Web Token for authenticated user</p>\n"},{"key":"x-api-key","value":"{{apiKey}}","type":"text","description":"<p>Consumer-specific API Key</p>\n"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text","description":"<p>API Product Code</p>\n"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://gateway.snowpal.com/conversations/:id/archive","description":"<p>Archives a group conversation. When a group conversation is archived, it will be hidden from user's conversations list till the point when a new message is sent to that conversation by one of the other members in the group.</p>\n","urlObject":{"protocol":"https","path":["conversations",":id","archive"],"host":["gateway","snowpal","com"],"query":[],"variable":[{"type":"any","key":"id"}]}},"response":[],"_postman_id":"dd8d45f4-4d7c-4e74-8076-d0f34f9fa760"}],"id":"2e677c91-5431-4fb7-a55c-874747a23dda","_postman_id":"2e677c91-5431-4fb7-a55c-874747a23dda","description":""},{"name":"Profile.1","item":[{"name":"Profile.1.1: Get user profile","id":"9cbfc2d4-6427-4229-9ba1-4ad9d06c5631","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text","description":"<p>JSON Web Token for authenticated user</p>\n"},{"key":"x-api-key","value":"{{apiKey}}","type":"text","description":"<p>Consumer-specific API Key</p>\n"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text","description":"<p>API Product Code</p>\n"}],"url":"https://gateway.snowpal.com/profiles","description":"<p>Returns user profile.</p>\n","urlObject":{"protocol":"https","path":["profiles"],"host":["gateway","snowpal","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9cbfc2d4-6427-4229-9ba1-4ad9d06c5631"},{"name":"Profile.1.2: Update user's profile","id":"220cd6cc-e317-4ddf-8ae4-c0dafdf20ba9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text","description":"<p>JSON Web Token for authenticated user</p>\n"},{"key":"x-api-key","value":"{{apiKey}}","type":"text","description":"<p>Consumer-specific API Key</p>\n"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text","description":"<p>API Product Code</p>\n"}],"body":{"mode":"raw","raw":"{\"firstName\":\"profile[first_name]\",\"middleName\":\"profile[middle_name]\",\"lastName\":\"profile[last_name]\",\"phoneNumber\":\"profile[phone_number]\"}","options":{"raw":{"language":"json"}}},"url":"https://gateway.snowpal.com/profiles","description":"<p>Updates user's profile.</p>\n","urlObject":{"protocol":"https","path":["profiles"],"host":["gateway","snowpal","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"220cd6cc-e317-4ddf-8ae4-c0dafdf20ba9"},{"name":"Profile.1.3: Update username","id":"c90a74ff-3c89-4889-a5e4-f1b7762ca9fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text","description":"<p>JSON Web Token for authenticated user</p>\n"},{"key":"x-api-key","value":"{{apiKey}}","type":"text","description":"<p>Consumer-specific API Key</p>\n"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text","description":"<p>API Product Code</p>\n"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://gateway.snowpal.com/profiles/username/:id","description":"<p>Updates username. Username has to be unique.</p>\n","urlObject":{"protocol":"https","path":["profiles","username",":id"],"host":["gateway","snowpal","com"],"query":[],"variable":[{"type":"any","key":"id"}]}},"response":[],"_postman_id":"c90a74ff-3c89-4889-a5e4-f1b7762ca9fa"},{"name":"Profile.1.4: Blocks user from sending messages","id":"3844aa9e-270a-4dac-8ec9-4bbcacbdbba5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text","description":"<p>JSON Web Token for authenticated user</p>\n"},{"key":"x-api-key","value":"{{apiKey}}","type":"text","description":"<p>Consumer-specific API Key</p>\n"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text","description":"<p>API Product Code</p>\n"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://gateway.snowpal.com/users/:id/block","description":"<p>Blocks a user so they cannot send messages to current user.</p>\n","urlObject":{"protocol":"https","path":["users",":id","block"],"host":["gateway","snowpal","com"],"query":[],"variable":[{"type":"any","key":"id"}]}},"response":[],"_postman_id":"3844aa9e-270a-4dac-8ec9-4bbcacbdbba5"},{"name":"Profile.1.5: Unblocks user","id":"56a09ad6-13d2-4eb5-bef4-4c154f1ac537","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text","description":"<p>JSON Web Token for authenticated user</p>\n"},{"key":"x-api-key","value":"{{apiKey}}","type":"text","description":"<p>Consumer-specific API Key</p>\n"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text","description":"<p>API Product Code</p>\n"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://gateway.snowpal.com/users/:id/unblock","description":"<p>Unblocks a user so they can send messages to current user.</p>\n","urlObject":{"protocol":"https","path":["users",":id","unblock"],"host":["gateway","snowpal","com"],"query":[],"variable":[{"type":"any","key":"id"}]}},"response":[],"_postman_id":"56a09ad6-13d2-4eb5-bef4-4c154f1ac537"}],"id":"c421de5e-4424-4136-bb45-19b57160895d","_postman_id":"c421de5e-4424-4136-bb45-19b57160895d","description":""},{"name":"Registration.1","item":[{"name":"Registration.1.1: Register new user by email","id":"276e9396-afd4-4b93-9d0b-f0a95fb7a448","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text","description":"<p>Consumer-specific API Key</p>\n"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text","description":"<p>API Product Code</p>\n"}],"body":{"mode":"raw","raw":"{\"email\":\"user[email]\",\"password\":\"user[password]\",\"confirmPassword\":\"user[password_confirmation]\"}","options":{"raw":{"language":"json"}}},"url":"https://gateway.snowpal.com/app/users/sign-up","description":"<p>Registers new user by email.</p>\n","urlObject":{"protocol":"https","path":["app","users","sign-up"],"host":["gateway","snowpal","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"276e9396-afd4-4b93-9d0b-f0a95fb7a448"},{"name":"Registration.1.2: Sign in by email","id":"f75f35d1-f81d-456e-adbc-df3a4e6e8be1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text","description":"<p>Consumer-specific API Key</p>\n"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text","description":"<p>API Product Code</p>\n"}],"body":{"mode":"raw","raw":"{\"email\":\"user[email]\",\"password\":\"user[password]\"}","options":{"raw":{"language":"json"}}},"url":"https://gateway.snowpal.com/app/users/sign-in","description":"<p>Signs in by email.</p>\n","urlObject":{"protocol":"https","path":["app","users","sign-in"],"host":["gateway","snowpal","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f75f35d1-f81d-456e-adbc-df3a4e6e8be1"},{"name":"Registration.1.3: Reset password","id":"008a4b4b-462b-4fa1-b9c5-dac46fbf8c61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text","description":"<p>Consumer-specific API Key</p>\n"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text","description":"<p>API Product Code</p>\n"}],"body":{"mode":"raw","raw":"{\"password\":\"user[password]\",\"confirmPassword\":\"user[confirm_password]\"}","options":{"raw":{"language":"json"}}},"url":"https://gateway.snowpal.com/app/users/reset-password","description":"<p>Resets password.</p>\n","urlObject":{"protocol":"https","path":["app","users","reset-password"],"host":["gateway","snowpal","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"008a4b4b-462b-4fa1-b9c5-dac46fbf8c61"},{"name":"Registration.1.4: Activate user","id":"ab17db20-634b-4755-8e84-5d761a772aca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text","description":"<p>Consumer-specific API Key</p>\n"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text","description":"<p>API Product Code</p>\n"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://gateway.snowpal.com/app/user-verified/:id","description":"<p>Activates user (who signed up using email/password).</p>\n","urlObject":{"protocol":"https","path":["app","user-verified",":id"],"host":["gateway","snowpal","com"],"query":[],"variable":[{"type":"any","key":"id"}]}},"response":[],"_postman_id":"ab17db20-634b-4755-8e84-5d761a772aca"}],"id":"aafb0819-2b2e-439c-b8a3-1628eb150d9f","_postman_id":"aafb0819-2b2e-439c-b8a3-1628eb150d9f","description":""},{"name":"Users.1","item":[{"name":"Users.1.1: Get users","id":"2c6cc12f-8f22-487a-92e6-f65ed916ea42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text","description":"<p>JSON Web Token for authenticated user</p>\n"},{"key":"x-api-key","value":"{{apiKey}}","type":"text","description":"<p>Consumer-specific API Key</p>\n"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text","description":"<p>API Product Code</p>\n"}],"url":"https://gateway.snowpal.com/users","description":"<p>Returns all users.</p>\n","urlObject":{"protocol":"https","path":["users"],"host":["gateway","snowpal","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c6cc12f-8f22-487a-92e6-f65ed916ea42"},{"name":"Users.1.2: Get user by UUID","id":"41fd4cf7-71cd-472a-aa91-b19b0dd26c17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text","description":"<p>JSON Web Token for authenticated user</p>\n"},{"key":"x-api-key","value":"{{apiKey}}","type":"text","description":"<p>Consumer-specific API Key</p>\n"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text","description":"<p>API Product Code</p>\n"}],"url":"https://gateway.snowpal.com/users/uuid/:id","description":"<p>Returns user by UUID.</p>\n","urlObject":{"protocol":"https","path":["users","uuid",":id"],"host":["gateway","snowpal","com"],"query":[],"variable":[{"type":"any","key":"id"}]}},"response":[],"_postman_id":"41fd4cf7-71cd-472a-aa91-b19b0dd26c17"},{"name":"Users.1.3: Get user by Email","id":"751f9c1c-c547-43d0-a207-931ee1b6b97c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text","description":"<p>JSON Web Token for authenticated user</p>\n"},{"key":"x-api-key","value":"{{apiKey}}","type":"text","description":"<p>Consumer-specific API Key</p>\n"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text","description":"<p>API Product Code</p>\n"}],"url":"https://gateway.snowpal.com/users/email/:id","description":"<p>Returns user by Email.</p>\n","urlObject":{"protocol":"https","path":["users","email",":id"],"host":["gateway","snowpal","com"],"query":[],"variable":[{"type":"any","key":"id"}]}},"response":[],"_postman_id":"751f9c1c-c547-43d0-a207-931ee1b6b97c"},{"name":"Users.1.4: Deactivate user account","id":"9b64393c-d624-4508-95ef-84fa70be02da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text","description":"<p>JSON Web Token for authenticated user</p>\n"},{"key":"x-api-key","value":"{{apiKey}}","type":"text","description":"<p>Consumer-specific API Key</p>\n"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text","description":"<p>API Product Code</p>\n"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://gateway.snowpal.com/users/deactivate-account","description":"<p>Deactivates user account.</p>\n","urlObject":{"protocol":"https","path":["users","deactivate-account"],"host":["gateway","snowpal","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9b64393c-d624-4508-95ef-84fa70be02da"},{"name":"Users.1.5: Delete user account","id":"9f39ee42-8ce9-42b6-8911-413f1b0bec3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text","description":"<p>JSON Web Token for authenticated user</p>\n"},{"key":"x-api-key","value":"{{apiKey}}","type":"text","description":"<p>Consumer-specific API Key</p>\n"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text","description":"<p>API Product Code</p>\n"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://gateway.snowpal.com/users/delete-account","description":"<p>Deletes user account.</p>\n","urlObject":{"protocol":"https","path":["users","delete-account"],"host":["gateway","snowpal","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9f39ee42-8ce9-42b6-8911-413f1b0bec3f"}],"id":"2b17b391-391b-4857-aabf-359c92191015","_postman_id":"2b17b391-391b-4857-aabf-359c92191015","description":""},{"name":"Version.1","item":[{"name":"Version.1.1: Get latest version","id":"3ae21daa-d874-4eee-8a7c-5b1f4d5bdb68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text","description":"<p>Consumer-specific API Key</p>\n"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text","description":"<p>API Product Code</p>\n"}],"url":"https://gateway.snowpal.com/app/latest-version","description":"<p>Returns latest version.</p>\n","urlObject":{"protocol":"https","path":["app","latest-version"],"host":["gateway","snowpal","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ae21daa-d874-4eee-8a7c-5b1f4d5bdb68"},{"name":"Version.1.2: Get app status","id":"1066dc13-0dce-456f-9695-fb2cadc83bc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text","description":"<p>Consumer-specific API Key</p>\n"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text","description":"<p>API Product Code</p>\n"}],"url":"https://gateway.snowpal.com/app/status","description":"<p>Returns app status.</p>\n","urlObject":{"protocol":"https","path":["app","status"],"host":["gateway","snowpal","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1066dc13-0dce-456f-9695-fb2cadc83bc7"}],"id":"80774662-20ca-45f6-96e8-ce1583006064","_postman_id":"80774662-20ca-45f6-96e8-ce1583006064","description":""}]}