{"info":{"_postman_id":"759025ad-0bf4-b1ec-21f9-2b50c3330678","name":"ThreadAPI and rtmsAPI","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"ListStreams","_postman_id":"9ca199fa-8a9c-24b7-8f4d-cdcc7131b28e","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"secretKey","value":"{{secretkey}}"}],"url":"{{rtmsdomain}}/api/v1/apps/{{appid}}/streams"},"response":[]},{"name":"CreateThread","_postman_id":"73deb3a7-2073-e070-0f02-5b0640dd22c9","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"secretKey","value":"{{secretkey}}"},{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhcHBJZCI6IlRFMTAxMDUxMzAiLCJ1c2VySWQiOiI2NTQ3In0.S2G5N2jnG0QX8ibPzLQ5NBWIVAYhW7146wKHoAzA_LQ","description":" "},{"key":"","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"type\":\"Conversation\",\r\n    \"title\":\"ESActivity10\"\r\n      \r\n  }"},"url":"https://{{rtmsapi}}/rtmsAPI/api/v1/apps/{{inappid}}/threads"},"response":[]},{"name":"CreateThread without title and stream","_postman_id":"ab9ce133-6fcb-ad38-3010-5d2b8866c70b","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"secretKey","value":"{{secretkey}}"}],"body":{"mode":"raw","raw":"{\n  \"externalid\": \"anything text or number\",\n  \"type\": \"Conversation\",\n  \"title\": \"SDK 2.10.0\",\n  \"category\": \"Samplecategory\",\n  \"extras\": {\n    \"Custom_Param1\": \"value1\",\n    \"Custom_Param2\": \"value1\",\n    \"Custom_Param3\": \"value1\",\n    \"Custom_Param4\": \"value1\",\n    \"Custom_Param10\": [\"value1\",\n    \"value2\"]\n  }\n}"},"url":"https://{{rtmsapi}}/rtmsAPI/api/v1/apps/{{inappid}}/threads"},"response":[]},{"name":"AppThreads","_postman_id":"5166561d-f6a5-8671-417d-383d38660b70","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"secretKey","value":"{{secretkey}}"}],"url":{"raw":"https://{{rtmsapi}}/rtmsAPI/api/v1/apps/{{inappid}}/threads?start=0&limit=20","protocol":"https","host":["{{rtmsapi}}"],"path":["rtmsAPI","api","v1","apps","{{inappid}}","threads"],"query":[{"key":"start","value":"0"},{"key":"limit","value":"20"}]}},"response":[]},{"name":"UserThreads","_postman_id":"171c7089-1bf3-1678-99ed-258fbf2fb9f3","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"secretKey","value":"{{secretkey}}"},{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhcHBJZCI6IlRFMTAxMDUxMzAiLCJ1c2VySWQiOiIzMjM1In0.F9b9qpQLiP0W9oUDLMFdLrSU-H5JnXjKyL8CgwrT_Os"}],"url":{"raw":"https://{{rtmsapi}}/rtmsAPI/api/v1/apps/{{inappid}}/user/3235/threads?start=0","protocol":"https","host":["{{rtmsapi}}"],"path":["rtmsAPI","api","v1","apps","{{inappid}}","user","3235","threads"],"query":[{"key":"start","value":"0"}]}},"response":[]},{"name":"UserMessages","_postman_id":"df1d75aa-8394-5661-cadd-372f5fe089ac","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"secretKey","value":"{{secretkey}}"},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHBJZCI6IlNQMDkxMzM2MDkiLCJ1c2VySWQiOiI2MzI1In0.nkfu-vbqKWTCwBtrlhBrviZGRI9ZMdWZcVpXGRfEF3w","disabled":true}],"url":"https://{{rtmsapi}}/rtmsAPI/api/v1/apps/{{inappid}}/user/252828/threads/{{threadid}}/messages"},"response":[]},{"name":"JWT Token Generation New","_postman_id":"289442d2-caa1-824f-84f5-6488b10eb86b","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"customerId\":\"\",\n\"exp\":\"\",\n\"userId\":\"3235\",\n\"appId\":\"{{inappid}}\"\n  \n}"},"url":"https://{{rtmsapi}}/jwtsimulator/api/v1/apps/{{inappid}}/jwttoken","description":"For RTMS API"},"response":[]},{"name":"SetCustomerId","_postman_id":"659a48cb-4c51-d71f-a111-d4fb05f855f9","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHBJZCI6Ik5BMjUxNjMwMzQiLCJ1c2VySWQiOiI4OTAiLCJjdXN0b21lcklkIjoiMjEzMyJ9.W_R3c7cpD0adJwtHS7x-aaesA3Zf26LVMlqqmgZ_IYA"},{"key":"secretKey","value":"{{secretkey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n \"clientId\" : \"MO29044117/8282/v2_d9cc83e74f66af18\",\r\n\"customerId\" : \"8760\"\r\n}"},"url":"http://{{rtmsapi}}/rtmsAPI/api/v1/{{inappid}}/setCustomerId","description":"For RTMS API"},"response":[]},{"name":"JWT Web Token Generation","_postman_id":"6d36e807-9f6a-64c7-2f5c-a2b239cc43d9","request":{"method":"GET","header":[],"url":{"raw":"https://{{rtmsapi}}/pushsample2/gettoken?userId=4457&appId={{inappid}}&expiry=5000","protocol":"https","host":["{{rtmsapi}}"],"path":["pushsample2","gettoken"],"query":[{"key":"userId","value":"4457"},{"key":"appId","value":"{{inappid}}"},{"key":"expiry","value":"5000"}]},"description":"For RTMS API"},"response":[]},{"name":"WEB Register JWT","_postman_id":"f67a44ab-398f-1558-1c7d-231ea799cb6b","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"","value":""}],"url":{"raw":"{{rtmsapi}}/api/v1/{{inappid}}/register?callback=jQuery112005343744961433847_1504259276278&secretKey={{secretkey}}&input={\"tenant\":\"1\",\"userId\":\"4457\",\"channel\":\"rt\",\"channelType\":\"web\",\"deviceId\":\"W1423\",\"data\":{\"update\":{\"useragent\":\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36\",\"os\":\"chrome\",\"osversion\":\"60.0.3112.113\",\"language\":\"en-US\"}}}&Authorization=Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHBJZCI6IlNQMDkxMzM2MDkiLCJ1c2VySWQiOiI0NDU3In0.bUrQEeiCpmwcn8BXXtGAZK1ywsPzuBzbsmUQ0WbK_GE","host":["{{rtmsapi}}"],"path":["api","v1","{{inappid}}","register"],"query":[{"key":"callback","value":"jQuery112005343744961433847_1504259276278"},{"key":"secretKey","value":"{{secretkey}}"},{"key":"input","value":"{\"tenant\":\"1\",\"userId\":\"4457\",\"channel\":\"rt\",\"channelType\":\"web\",\"deviceId\":\"W1423\",\"data\":{\"update\":{\"useragent\":\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36\",\"os\":\"chrome\",\"osversion\":\"60.0.3112.113\",\"language\":\"en-US\"}}}"},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHBJZCI6IlNQMDkxMzM2MDkiLCJ1c2VySWQiOiI0NDU3In0.bUrQEeiCpmwcn8BXXtGAZK1ywsPzuBzbsmUQ0WbK_GE"}]}},"response":[]},{"name":"JWT - Web Setuserid","_postman_id":"3b4925e7-7713-f66e-968d-f3ee9d2a7ed1","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{rtmsdomain}}/api/v1/{{appid}}/setUserId?callback=jQuery112005343744961433847_1504259276278&secretKey={{secretkey}}&input={\"clientId\":\"SP09133609/Chaitanya/v2_web_Chaitanya\",\"channel\":\"rt\",\"channelType\":\"web\",\"userId\":\"Crazy\"}&Authorization=Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHBJZCI6IlNQMDkxMzM2MDkiLCJ1c2VySWQiOiJDaGFpdGFueWEifQ.gA9K_sNJvR2J9385eYLjdQEmyCqhtJ-6EigNFv1doI8","host":["{{rtmsdomain}}"],"path":["api","v1","{{appid}}","setUserId"],"query":[{"key":"callback","value":"jQuery112005343744961433847_1504259276278"},{"key":"secretKey","value":"{{secretkey}}"},{"key":"input","value":"{\"clientId\":\"SP09133609/Chaitanya/v2_web_Chaitanya\",\"channel\":\"rt\",\"channelType\":\"web\",\"userId\":\"Crazy\"}"},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHBJZCI6IlNQMDkxMzM2MDkiLCJ1c2VySWQiOiJDaGFpdGFueWEifQ.gA9K_sNJvR2J9385eYLjdQEmyCqhtJ-6EigNFv1doI8"}]}},"response":[]},{"name":"JWT - Web SetCustomerid","_postman_id":"839430c7-bff4-b373-c1d6-c411ac5a2a53","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{rtmsdomain}}/api/v1/{{appid}}/setCustomerId?callback=jQuery112005343744961433847_1504259276278&secretKey={{secretkey}}&input={\"clientId\":\"SP09133609/Chaitanya/v2_web_Chaitanya\",\"channel\":\"rt\",\"channelType\":\"web\",\"customerId\":\"8953\"}&Authorization=Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHBJZCI6IlNQMDkxMzM2MDkiLCJ1c2VySWQiOiJDaGFpdGFueWEifQ.gA9K_sNJvR2J9385eYLjdQEmyCqhtJ-6EigNFv1doI8","host":["{{rtmsdomain}}"],"path":["api","v1","{{appid}}","setCustomerId"],"query":[{"key":"callback","value":"jQuery112005343744961433847_1504259276278"},{"key":"secretKey","value":"{{secretkey}}"},{"key":"input","value":"{\"clientId\":\"SP09133609/Chaitanya/v2_web_Chaitanya\",\"channel\":\"rt\",\"channelType\":\"web\",\"customerId\":\"8953\"}"},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHBJZCI6IlNQMDkxMzM2MDkiLCJ1c2VySWQiOiJDaGFpdGFueWEifQ.gA9K_sNJvR2J9385eYLjdQEmyCqhtJ-6EigNFv1doI8"}]}},"response":[]},{"name":"JWT - Web unSubscribe","_postman_id":"a808964c-fa71-180e-fdc2-af0582f21487","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{rtmsdomain}}/api/v1/apps/{{appid}}/topics/59379d4ae4b055d844deca62/users/Chaitanya?secretKey={{secretkey}}&Authorization=Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHBJZCI6IlNQMDkxMzM2MDkiLCJ1c2VySWQiOiJDaGFpdGFueWEifQ.gA9K_sNJvR2J9385eYLjdQEmyCqhtJ-6EigNFv1doI8\n","host":["{{rtmsdomain}}"],"path":["api","v1","apps","{{appid}}","topics","59379d4ae4b055d844deca62","users","Chaitanya"],"query":[{"key":"secretKey","value":"{{secretkey}}"},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHBJZCI6IlNQMDkxMzM2MDkiLCJ1c2VySWQiOiJDaGFpdGFueWEifQ.gA9K_sNJvR2J9385eYLjdQEmyCqhtJ-6EigNFv1doI8\n"}]}},"response":[]},{"name":"JWT - Web Subscribe","_postman_id":"4af937ad-0454-3d05-e753-6c32f393ca91","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{rtmsdomain}}/api/v1/apps/{{appid}}/topics/59379d4ae4b055d844deca62/users?secretKey={{secretkey}}&input=[\"Chaitanya\"]&Authorization=Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHBJZCI6IlNQMDkxMzM2MDkiLCJ1c2VySWQiOiJDaGFpdGFueWEifQ.gA9K_sNJvR2J9385eYLjdQEmyCqhtJ-6EigNFv1doI8\n","host":["{{rtmsdomain}}"],"path":["api","v1","apps","{{appid}}","topics","59379d4ae4b055d844deca62","users"],"query":[{"key":"secretKey","value":"{{secretkey}}"},{"key":"input","value":"[\"Chaitanya\"]"},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHBJZCI6IlNQMDkxMzM2MDkiLCJ1c2VySWQiOiJDaGFpdGFueWEifQ.gA9K_sNJvR2J9385eYLjdQEmyCqhtJ-6EigNFv1doI8\n"}]}},"response":[]},{"name":"JWT - Web Fetch Topics","_postman_id":"6d54b65b-30fa-7e42-25f1-01805fadfbaf","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{rtmsdomain}}/api/v1/apps/{{appid}}/topics/59379d4ae4b055d844deca62/users?secretKey={{secretkey}}&input=[\"Chaitanya\"]&Authorization=Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHBJZCI6IlNQMDkxMzM2MDkiLCJ1c2VySWQiOiJDaGFpdGFueWEifQ.gA9K_sNJvR2J9385eYLjdQEmyCqhtJ-6EigNFv1doI8\n","host":["{{rtmsdomain}}"],"path":["api","v1","apps","{{appid}}","topics","59379d4ae4b055d844deca62","users"],"query":[{"key":"secretKey","value":"{{secretkey}}"},{"key":"input","value":"[\"Chaitanya\"]"},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHBJZCI6IlNQMDkxMzM2MDkiLCJ1c2VySWQiOiJDaGFpdGFueWEifQ.gA9K_sNJvR2J9385eYLjdQEmyCqhtJ-6EigNFv1doI8\n"}]}},"response":[]},{"name":"unregister","_postman_id":"4de6b160-8b5a-e518-d274-b0544316d05f","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"message\": \"twtext\",\r\n  \"submittedOn\": 1487754414446,\r\n  \"appId\": \"a_636223044321994690\",\r\n  \"tenant\": \"1\",\r\n  \"twitterid\": 787997907974705152,\r\n  \"event\": \"MO\",\r\n  \"twitter_handle\": \"umasatya12343\",\r\n  \"tid\": \"f4e3ad6f-1d62-4f3a-9191-358bda4bb60123a\",\r\n  \"channel\": \"twitter\",\r\n  \"acceptedOn\": 1487754413720,\r\n  \"twitter_name\": \"Aitha\",\r\n  \"fetchedOn\": 1487754414446,\r\n  \"ts\": \"2017-02-22T09:06:54.450\"\r\n}\r\n"},"url":"{{rtmsdomain}}/api/v1/apps/{{appid}}/jwttoken"},"response":[]},{"name":"JWT Token Generation Old","_postman_id":"385c160b-4fd5-50d4-a763-6cd84378653d","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"customerId\":\"8953\",\n\"exp\":\"1503058691300\",\n\"userId\":\"8953\",\n\"appId\":\"JW18094300\"\n  \n}"},"url":"{{rtmsdomain}}/api/v1/apps/{{appid}}/jwttoken","description":"For RTMS API"},"response":[]},{"name":"UpdateThread","_postman_id":"e366ba6d-3758-710b-1675-f5bace3115f4","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"secretKey","value":"{{secretkey}}"},{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhcHBJZCI6Ik1VMTQxMjMwMTUiLCJ1c2VySWQiOiI3ODc5IiwiZXhwIjoxNzg4NjY5ODA3fQ.uZRWkdMRXNIS-fdKn-9c1jOhyovYMH-lzaRxfxVzKa0"}],"body":{"mode":"raw","raw":"{\r\n  \"externalid\": \"65\",\r\n  \"title\": \"Naresh\",\r\n  \"category\": \"createName\",\r\n  \"extras\": {\r\n    \"Custom_Param1\": \"jj\",\r\n    \"Custom_Param2\": \"mm\",\r\n    \"Custom_Param3\": \"mn\",\r\n    \"Custom_Param4\": \"982\"    \r\n  }\r\n}"},"url":"https://{{rtmsapi}}/rtmsAPI/api/v1/apps/{{inappid}}/user/7879/threads/eaf84344-6d1b-4db1-a9e7-f1f20662f992","description":"UpdateThread"},"response":[]},{"name":"CloseThread","_postman_id":"19b9ed41-304e-2779-5fc9-dd1e12b68b27","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"secretKey","value":"{{secretkey}}"},{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhcHBJZCI6Ik1VMTQxMjMwMTUiLCJ1c2VySWQiOiI3ODc5IiwiZXhwIjoxNzg4NjY5ODA3fQ.uZRWkdMRXNIS-fdKn-9c1jOhyovYMH-lzaRxfxVzKa0"}],"body":{"mode":"raw","raw":"{\r\n  \"status\":\"Closed\"\r\n\r\n}"},"url":"https://{{rtmsapi}}/rtmsAPI/api/v1/apps/{{inappid}}/user/7879/threads/eaf84344-6d1b-4db1-a9e7-f1f20662f992","description":"UpdateThread"},"response":[]},{"name":"ActivateThread","_postman_id":"a253d368-38c7-6790-ec84-c3a48e4601c4","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"secretKey","value":"{{secretkey}}"},{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhcHBJZCI6Ik1VMTQxMjMwMTUiLCJ1c2VySWQiOiI3ODc5IiwiZXhwIjoxNzg4NjY5ODA3fQ.uZRWkdMRXNIS-fdKn-9c1jOhyovYMH-lzaRxfxVzKa0"}],"body":{"mode":"raw","raw":"{\r\n  \"status\":\"Active\"\r\n  \r\n}"},"url":"https://{{rtmsapi}}/rtmsAPI/api/v1/apps/{{inappid}}/user/7879/threads/eaf84344-6d1b-4db1-a9e7-f1f20662f992","description":"UpdateThread"},"response":[]},{"name":"https://rtmstg.imiconnect.net/rtmsAPI/api/v1/apps/IO26085246/threads","_postman_id":"41a470b9-41cd-aa43-6b1f-153be92e4ba5","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"secretKey","value":"{{secretkey}}"}],"body":{"mode":"raw","raw":"{\r\n    \"type\":\"Conversation\",\r\n    \"title\" :\"IonicCheck@Test\"\r\n      \r\n  }\r\n\r\n\r\n"},"url":"https://{{rtmsapi}}/rtmsAPI/api/v1/apps/{{inappid}}/threads"},"response":[]},{"name":"https://rtm.imiconnect.in/rtmsAPI/api/v1/apps/NE22052124/threads","_postman_id":"b53ddade-ea5c-5364-bfd2-da94d9f0dcab","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"secretKey","value":"yiZSPa77"}],"body":{"mode":"raw","raw":"{\r\n    \"type\":\"Conversation\",\r\n    \"title\" :\"NVSanity\"\r\n      \r\n  }\r\n\r\n\r\n"},"url":"https://rtm.imiconnect.in/rtmsAPI/api/v1/apps/NE22052124/threads"},"response":[]},{"name":"Registrationapi","_postman_id":"60fd7970-1a47-da2a-ed19-b38927ed1f00","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"secretkey","value":"{{secretkey}}"}],"body":{"mode":"raw","raw":"{\n \"data\" : {\n  \"update\" : {\n   \"os\" : \"Android\",\n   \"model\" : \"MotoE2\",\n   \"osversion\" : \"5.1\",\n   \"make\" : \"motorola${i}\",\n   \"sdkversion\" : \"2.1.0\"\n  }\n },\n \"userId\" : \"3632\",\n \"deviceId\" : \"DChrer23234343\",\n \"pushId\" : \"4jjjjbaredfdsdsdsd\"\n}"},"url":"https://{{rtmsapi}}/rtmsAPI/api/v3/{{inappid}}/register"},"response":[]},{"name":"FetchThreadsonv3","_postman_id":"60dde667-9017-6b98-f377-7833b47f7061","request":{"method":"GET","header":[{"key":"secretkey","value":"{{secretkey}}"},{"key":"accessToken","value":"agCR4RcjQYszKldrlr56A7kf7B85OwS42RoHxHmwHU4rMn67nApV8G85JMenkvdUI0jhOu7uAqlnXoIq5nMYMQ=="}],"url":{"raw":"https://{{rtmsapi}}/rtmsAPI/api/v3/apps/{{inappid}}/user/3632/threads?type=Conversation&category=","protocol":"https","host":["{{rtmsapi}}"],"path":["rtmsAPI","api","v3","apps","{{inappid}}","user","3632","threads"],"query":[{"key":"type","value":"Conversation"},{"key":"category","value":""}]}},"response":[]},{"name":"JWT Token Generation New-clone","_postman_id":"317c0fe0-0423-29d8-d489-ef12f401f803","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n\"exp\":\"1788669807897\",\n\"userId\":\"7879\",\n\"appId\":\"{{inappid}}\"\n  \n}"},"url":"https://{{rtmsapi}}/jwtsimulator/api/v1/apps/{{inappid}}/jwttoken","description":"For RTMS API"},"response":[]},{"name":"JWT Token Generation New-clone copy","_postman_id":"fdf51b63-8154-b89f-77c1-6264fbbd9432","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","disabled":true}],"url":"https://{{rtmsapi}}/jwtsimulator/api/v1/apps/{{inappid}}/jwttoken","description":"For RTMS API"},"response":[]}]}