{"info":{"_postman_id":"e4a124e0-3732-46e5-bec7-0d41696526dc","name":"Express Member API Gateway EN","description":"<html><head></head><body><p>The endpoints and definitions that can be used for <strong>Express Member API</strong> are listed below. Our system was developed according to the Restful architecture. JWT auth method is used for authentication.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"11161148","collectionId":"e4a124e0-3732-46e5-bec7-0d41696526dc","publishedId":"UVeDrRu6","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-01-31T07:28:58.000Z"},"item":[{"name":"Authorization","item":[{"name":"token","id":"5841f747-b843-4d63-a255-2d4e44d1b1de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"clientName\": \"<string>\",\r\n  \"password\": \"<string>\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://express-crm-gw.relateddigital.com/tokens","description":"<p>The <code>tokenValue</code> value can be generated via this endpoint. <code>clientName</code> and <code>password</code> are credentials given by Express.</p>\n<p><code>expireTime</code> value indicates when the <code>tokenValue</code> will expire.</p>\n","urlObject":{"protocol":"https","path":["tokens"],"host":["express-crm-gw","relateddigital","com"],"query":[],"variable":[]}},"response":[{"id":"72af54fc-6227-45d1-aaf5-aa70748c8bd1","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"clientName\": \"<string>\",\r\n  \"password\": \"<string>\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://express-crm-gw.relateddigital.com/tokens"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"tokenValue\": \"<string>\",\r\n  \"expireTime\": \"<DateTime>\",\r\n  \"roles\": [\r\n    \"<string>\"\r\n  ]\r\n}"},{"id":"087927bc-aae9-4bbd-bfe2-8b1b73a1538b","name":"NotFound","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"clientName\": \"<string>\",\r\n  \"password\": \"<string>\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://express-crm-gw.relateddigital.com/tokens"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<errorMessage>\"\n}"},{"id":"4f4f8978-5eba-4cf4-a0c7-3497104e5438","name":"BadRequest","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"clientName\": \"<string>\",\r\n  \"password\": \"<string>\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://express-crm-gw.relateddigital.com/tokens"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"<errorMessage>\"\r\n}"},{"id":"03f83413-f67a-45cd-8348-9547ffde0fe6","name":"BadGateway","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"clientName\": \"<string>\",\r\n  \"password\": \"<string>\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://express-crm-gw.relateddigital.com/tokens"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<errorMessage>\"\n}"}],"_postman_id":"5841f747-b843-4d63-a255-2d4e44d1b1de"}],"id":"c089efa2-aff9-4581-9778-ac196ab21ef3","_postman_id":"c089efa2-aff9-4581-9778-ac196ab21ef3","description":""},{"name":"ApiKey","item":[{"name":"identification","id":"c97fd3e0-a6be-4b60-b964-6b29e2d0ec9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"url":"https://express-crm-gw.relateddigital.com/:apiKey/identification","description":"<p>When you get an ApiKey from Express it should be verified via this endpoint.</p>\n","urlObject":{"protocol":"https","path":[":apiKey","identification"],"host":["express-crm-gw","relateddigital","com"],"query":[],"variable":[{"id":"22ee82a9-d407-4bd1-a4b7-903704b6625b","type":"any","value":"","key":"apiKey"}]}},"response":[{"id":"335cd267-f6ea-4059-b90b-60743ceea507","name":"OK","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://express-crm-gw.relateddigital.com/:apiKey/identification","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":[":apiKey","identification"],"variable":[{"key":"apiKey","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":""},{"id":"5b7514ad-c204-410e-822c-974b49d58276","name":"NotFound","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://express-crm-gw.relateddigital.com/:apiKey/identification","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":[":apiKey","identification"],"variable":[{"key":"apiKey","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"<errorMessage>\"\r\n}"},{"id":"893f9a68-5e3f-4a88-8ebb-81a2ff4f1c58","name":"BadGateway","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://express-crm-gw.relateddigital.com/:apiKey/identification","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":[":apiKey","identification"],"variable":[{"key":"apiKey","value":""}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"<errorMessage>\"\r\n}"}],"_postman_id":"c97fd3e0-a6be-4b60-b964-6b29e2d0ec9c"}],"id":"08789779-087d-4f9a-ba05-27867c2a2c15","_postman_id":"08789779-087d-4f9a-ba05-27867c2a2c15","description":""},{"name":"Email List","item":[{"name":"list","id":"ce8f67fd-e024-42b6-8f0a-041074c97a7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"<string>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://express-crm-gw.relateddigital.com/:apiKey/list","description":"<p>name: List name</p>\n","urlObject":{"protocol":"https","path":[":apiKey","list"],"host":["express-crm-gw","relateddigital","com"],"query":[],"variable":[{"description":{"content":"<p>It is a unique key created by the user. User-based management is provided through this key.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"apiKey"}]}},"response":[{"id":"421ac1a4-4eb8-4de3-b8fe-145536f54960","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"<string>\",\r\n  \"listType\": \"<string>\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://express-crm-gw.relateddigital.com/:apiKey/list","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":[":apiKey","list"],"variable":[{"key":"apiKey","value":"","description":"It is a unique key created by the user. User-based management is provided through this key."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"<Int64>\",\n    \"name\": \"<string>\"\n}"},{"id":"2ed37332-00bb-4d68-9816-0ea077efb8a3","name":"NotFound","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"<string>\",\r\n  \"listType\": \"<string>\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://express-crm-gw.relateddigital.com/:apiKey/list","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":[":apiKey","list"],"variable":[{"key":"apiKey","value":"","description":"It is a unique key created by the user. User-based management is provided through this key."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"},{"id":"334d34b5-1413-422e-8912-b98c88c89c1a","name":"BadRequest","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"<string>\",\r\n  \"listType\": \"<string>\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://express-crm-gw.relateddigital.com/:apiKey/list","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":[":apiKey","list"],"variable":[{"key":"apiKey","value":"","description":"It is a unique key created by the user. User-based management is provided through this key."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"},{"id":"d12bddd9-f693-4dbf-bc51-e3ee4f6fafd4","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"<string>\",\r\n  \"listType\": \"<string>\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://express-crm-gw.relateddigital.com/:apiKey/list","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":[":apiKey","list"],"variable":[{"key":"apiKey","value":"","description":"It is a unique key created by the user. User-based management is provided through this key."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"},{"id":"a2d02e31-12e1-4d30-b707-5f74e1476fd0","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"<string>\",\r\n  \"listType\": \"<string>\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://express-crm-gw.relateddigital.com/:apiKey/list","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":[":apiKey","list"],"variable":[{"key":"apiKey","value":"","description":"It is a unique key created by the user. User-based management is provided through this key."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"}],"_postman_id":"ce8f67fd-e024-42b6-8f0a-041074c97a7f"},{"name":"list","id":"1e0d93fc-19f9-4445-acc4-2990396a4325","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://express-crm-gw.relateddigital.com/:apiKey/list?Id=<integer>&Name=<string>&PageNumber=<integer>&PageSize=<integer>","urlObject":{"protocol":"https","path":[":apiKey","list"],"host":["express-crm-gw","relateddigital","com"],"query":[{"description":{"content":"<p>Email list id</p>\n","type":"text/plain"},"key":"Id","value":"<integer>"},{"description":{"content":"<p>Email list name</p>\n","type":"text/plain"},"key":"Name","value":"<string>"},{"description":{"content":"<p>It must be greater than 0. default value: 1</p>\n","type":"text/plain"},"key":"PageNumber","value":"<integer>"},{"description":{"content":"<p>It must be greater than 0. default value: 10</p>\n","type":"text/plain"},"key":"PageSize","value":"<integer>"}],"variable":[{"description":{"content":"<p>It is a unique key created by the user. User-based management is provided through this key.</p>\n","type":"text/plain"},"type":"any","value":"","key":"apiKey"}]}},"response":[{"id":"7a1e3cc5-d61d-43e9-a8e5-dd62bff7012f","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://express-crm-gw.relateddigital.com/:apiKey/list?Id=<integer>&Name=<string>&PageNumber=<integer>&PageSize=<integer>","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":[":apiKey","list"],"query":[{"key":"Id","value":"<integer>","description":"Email list id"},{"key":"Name","value":"<string>","description":"Email list name"},{"key":"PageNumber","value":"<integer>","description":"It must be greater than 0. default value: 1"},{"key":"PageSize","value":"<integer>","description":"It must be greater than 0. default value: 10"}],"variable":[{"key":"apiKey","value":"","description":"It is a unique key created by the user. User-based management is provided through this key."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"<Int64>\",\n      \"name\": \"<string>\"\n    },\n    {\n      \"id\": \"<Int64>\",\n      \"name\": \"<string>\"\n    }\n  ],\n  \"totalItemCount\": \"<Int32>\"\n}"},{"id":"12e34312-0dea-45d5-98eb-c82bb494ef23","name":"NotFound","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://express-crm-gw.relateddigital.com/:apiKey/list?Id=<integer>&Name=<string>&PageNumber=<integer>&PageSize=<integer>","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":[":apiKey","list"],"query":[{"key":"Id","value":"<integer>","description":"Email list id"},{"key":"Name","value":"<string>","description":"Email list name"},{"key":"PageNumber","value":"<integer>","description":"It must be greater than 0. default value: 1"},{"key":"PageSize","value":"<integer>","description":"It must be greater than 0. default value: 10"}],"variable":[{"key":"apiKey","value":"","description":"It is a unique key created by the user. User-based management is provided through this key."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"},{"id":"5ff78135-a8b0-4c03-a6d6-f1c39173985e","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://express-crm-gw.relateddigital.com/:apiKey/list?Id=<integer>&Name=<string>&PageNumber=<integer>&PageSize=<integer>","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":[":apiKey","list"],"query":[{"key":"Id","value":"<integer>","description":"Email list id"},{"key":"Name","value":"<string>","description":"Email list name"},{"key":"PageNumber","value":"<integer>","description":"It must be greater than 0. default value: 1"},{"key":"PageSize","value":"<integer>","description":"It must be greater than 0. default value: 10"}],"variable":[{"key":"apiKey","value":"","description":"It is a unique key created by the user. User-based management is provided through this key."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"},{"id":"618aa17f-b561-4082-80b4-b98813567a65","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://express-crm-gw.relateddigital.com/:apiKey/list?Id=<integer>&Name=<string>&PageNumber=<integer>&PageSize=<integer>","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":[":apiKey","list"],"query":[{"key":"Id","value":"<integer>","description":"Email list id"},{"key":"Name","value":"<string>","description":"Email list name"},{"key":"PageNumber","value":"<integer>","description":"It must be greater than 0. default value: 1"},{"key":"PageSize","value":"<integer>","description":"It must be greater than 0. default value: 10"}],"variable":[{"key":"apiKey","value":"","description":"It is a unique key created by the user. User-based management is provided through this key."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"}],"_postman_id":"1e0d93fc-19f9-4445-acc4-2990396a4325"},{"name":"list","id":"3d463b60-a024-41fd-9a6f-32769c3c0387","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://express-crm-gw.relateddigital.com/:apiKey/list/:id","urlObject":{"protocol":"https","path":[":apiKey","list",":id"],"host":["express-crm-gw","relateddigital","com"],"query":[],"variable":[{"description":{"content":"<p>It is a unique key created by the user. User-based management is provided through this key.</p>\n","type":"text/plain"},"type":"any","value":"","key":"apiKey"},{"description":{"content":"<p>List id</p>\n","type":"text/plain"},"type":"any","value":"<Int64>","key":"id"}]}},"response":[{"id":"3a07e61f-2929-40e9-bb46-e3e4c410f599","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"string\",\r\n  \"listType\": \"Normal\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://express-crm-gw.relateddigital.com/:apiKey/list/:id","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":[":apiKey","list",":id"],"variable":[{"key":"apiKey","value":"","description":"It is a unique key created by the user. User-based management is provided through this key."},{"key":"id","value":"<Int64>","description":"List id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"<Int64>\",\n    \"name\": \"<string>\"\n}"},{"id":"c4cdcf9d-47a4-462f-b683-f410c9096b25","name":"BadRequest","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"string\",\r\n  \"listType\": \"Normal\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://express-crm-gw.relateddigital.com/:apiKey/list/:id","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":[":apiKey","list",":id"],"variable":[{"key":"apiKey","value":"","description":"It is a unique key created by the user. User-based management is provided through this key."},{"key":"id","value":"<Int64>","description":"List id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"},{"id":"ad038a53-d149-4c24-92ad-6fc1a48eb6f2","name":"NotFound","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"string\",\r\n  \"listType\": \"Normal\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://express-crm-gw.relateddigital.com/:apiKey/list/:id","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":[":apiKey","list",":id"],"variable":[{"key":"apiKey","value":"","description":"It is a unique key created by the user. User-based management is provided through this key."},{"key":"id","value":"<Int64>","description":"List id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"},{"id":"62f8943d-c1c7-4133-a8af-f6f74c888488","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"string\",\r\n  \"listType\": \"Normal\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://express-crm-gw.relateddigital.com/:apiKey/list/:id","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":[":apiKey","list",":id"],"variable":[{"key":"apiKey","value":"","description":"It is a unique key created by the user. User-based management is provided through this key."},{"key":"id","value":"<Int64>","description":"List id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"},{"id":"f93b77eb-aa6c-4ce4-8543-5f63fb515326","name":"Forbidden","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"string\",\r\n  \"listType\": \"Normal\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://express-crm-gw.relateddigital.com/:apiKey/list/:id","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":[":apiKey","list",":id"],"variable":[{"key":"apiKey","value":"","description":"It is a unique key created by the user. User-based management is provided through this key."},{"key":"id","value":"<Int64>","description":"List id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"}],"_postman_id":"3d463b60-a024-41fd-9a6f-32769c3c0387"},{"name":"list","id":"455d2ea9-5811-4c05-80c0-bb0b1d2b37d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"string\",\r\n  \"listType\": \"Normal\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://express-crm-gw.relateddigital.com/:apiKey/list/:id","urlObject":{"protocol":"https","path":[":apiKey","list",":id"],"host":["express-crm-gw","relateddigital","com"],"query":[],"variable":[{"description":{"content":"<p>It is a unique key created by the user. User-based management is provided through this key.</p>\n","type":"text/plain"},"type":"any","value":"","key":"apiKey"},{"description":{"content":"<p>List id</p>\n","type":"text/plain"},"type":"any","value":"<Int64>","key":"id"}]}},"response":[{"id":"e6c58562-0d4c-4e83-be1f-bd608a7d0491","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://express-crm-gw.relateddigital.com/:apiKey/list/:id","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":[":apiKey","list",":id"],"variable":[{"key":"apiKey","value":"","description":"It is a unique key created by the user. User-based management is provided through this key."},{"key":"id","value":"<Int64>","description":"List id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":""},{"id":"98224bba-b924-42a6-bc62-a4bd9178ddaf","name":"NotFound","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"string\",\r\n  \"listType\": \"Normal\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://express-crm-gw.relateddigital.com/:apiKey/list/:id","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":[":apiKey","list",":id"],"variable":[{"key":"apiKey","value":"","description":"It is a unique key created by the user. User-based management is provided through this key."},{"key":"id","value":"<Int64>","description":"List id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"},{"id":"a8ecb6c2-c42c-496a-8e7d-e685206e339f","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"string\",\r\n  \"listType\": \"Normal\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://express-crm-gw.relateddigital.com/:apiKey/list/:id","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":[":apiKey","list",":id"],"variable":[{"key":"apiKey","value":"","description":"It is a unique key created by the user. User-based management is provided through this key."},{"key":"id","value":"<Int64>","description":"List id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"},{"id":"b2852ee6-1065-494e-8f24-286e6cb9a6d8","name":"Forbidden","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"string\",\r\n  \"listType\": \"Normal\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://express-crm-gw.relateddigital.com/:apiKey/list/:id","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":[":apiKey","list",":id"],"variable":[{"key":"apiKey","value":"","description":"It is a unique key created by the user. User-based management is provided through this key."},{"key":"id","value":"<Int64>","description":"List id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"}],"_postman_id":"455d2ea9-5811-4c05-80c0-bb0b1d2b37d1"}],"id":"a344d9fc-7c30-4e0e-bc15-87187dcd5aa4","_postman_id":"a344d9fc-7c30-4e0e-bc15-87187dcd5aa4","description":""},{"name":"Member","item":[{"name":"member","id":"91066c61-7e67-4ec2-836d-95474820d209","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"members\": [\r\n    {\r\n      \"eMail\": \"<string>\",\r\n      \"name\": \"<string>\",\r\n      \"surname\": \"<string>\"\r\n    }\r\n  ],\r\n  \"isApproved\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://express-crm-gw.relateddigital.com/:apiKey/member/:listId/members","description":"<p>eMail: Member email address</p>\n<p>name: Member first name</p>\n<p>surname: Member last name</p>\n<p>isApproved: It means that you confirm that the contact permission information of the members is correct. The value in the request should be true.</p>\n","urlObject":{"protocol":"https","path":[":apiKey","member",":listId","members"],"host":["express-crm-gw","relateddigital","com"],"query":[],"variable":[{"description":{"content":"<p>It is a unique key created by the user. User-based management is provided through this key.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"apiKey"},{"description":{"content":"<p>List id</p>\n","type":"text/plain"},"type":"any","value":"<Int64>","key":"listId"}]}},"response":[{"id":"bdf817f6-bd24-4ae5-83ea-d5db5f020757","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"members\": [\r\n    {\r\n      \"eMail\": \"<string>\",\r\n      \"name\": \"<string>\",\r\n      \"surname\": \"<string>\"\r\n    }\r\n  ],\r\n  \"isApproved\": true\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://express-crm-gw.relateddigital.com/:apiKey/member/:listId/members","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":[":apiKey","member",":listId","members"],"variable":[{"key":"apiKey","value":"<string>","description":"It is a unique key created by the user. User-based management is provided through this key."},{"key":"listId","value":"<Int64>","description":"List id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":""},{"id":"e6185597-adbc-447d-bdc5-31813c3e8dec","name":"NotFound","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"members\": [\r\n    {\r\n      \"eMail\": \"<string>\",\r\n      \"name\": \"<string>\",\r\n      \"surname\": \"<string>\"\r\n    }\r\n  ],\r\n  \"isApproved\": true\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://express-crm-gw.relateddigital.com/:apiKey/member/:listId/members","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":[":apiKey","member",":listId","members"],"variable":[{"key":"apiKey","value":"<string>","description":"It is a unique key created by the user. User-based management is provided through this key."},{"key":"listId","value":"<Int64>","description":"List id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"},{"id":"b7c8b609-d50c-4ded-a4a3-6cb6c2f43d83","name":"BadRequest","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"members\": [\r\n    {\r\n      \"eMail\": \"<string>\",\r\n      \"name\": \"<string>\",\r\n      \"surname\": \"<string>\"\r\n    }\r\n  ],\r\n  \"isApproved\": true\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://express-crm-gw.relateddigital.com/:apiKey/member/:listId/members","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":[":apiKey","member",":listId","members"],"variable":[{"key":"apiKey","value":"<string>","description":"It is a unique key created by the user. User-based management is provided through this key."},{"key":"listId","value":"<Int64>","description":"List id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"},{"id":"8e2eca4f-7963-4ae3-b353-5d03eacd9515","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"members\": [\r\n    {\r\n      \"eMail\": \"<string>\",\r\n      \"name\": \"<string>\",\r\n      \"surname\": \"<string>\"\r\n    }\r\n  ],\r\n  \"isApproved\": true\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://express-crm-gw.relateddigital.com/:apiKey/member/:listId/members","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":[":apiKey","member",":listId","members"],"variable":[{"key":"apiKey","value":"<string>","description":"It is a unique key created by the user. User-based management is provided through this key."},{"key":"listId","value":"<Int64>","description":"List id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"},{"id":"57c0e9c4-cc93-4b17-a9c8-60c051f0e6e3","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"members\": [\r\n    {\r\n      \"eMail\": \"<string>\",\r\n      \"name\": \"<string>\",\r\n      \"surname\": \"<string>\"\r\n    }\r\n  ],\r\n  \"isApproved\": true\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://express-crm-gw.relateddigital.com/:apiKey/member/:listId/members","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":[":apiKey","member",":listId","members"],"variable":[{"key":"apiKey","value":"<string>","description":"It is a unique key created by the user. User-based management is provided through this key."},{"key":"listId","value":"<Int64>","description":"List id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"}],"_postman_id":"91066c61-7e67-4ec2-836d-95474820d209"},{"name":"member","id":"d41f0659-2f4d-422f-b054-4454c98672e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://express-crm-gw.relateddigital.com/:apiKey/member?ListId=<Int32>&MemberId=<string>&MemberEmail=<string>&IsMemberSubscribe=<bool>&PageNumber=<Int32>&PageSize=<Int32>","urlObject":{"protocol":"https","path":[":apiKey","member"],"host":["express-crm-gw","relateddigital","com"],"query":[{"description":{"content":"<p>List id</p>\n","type":"text/plain"},"key":"ListId","value":"<Int32>"},{"description":{"content":"<p>Member id</p>\n","type":"text/plain"},"key":"MemberId","value":"<string>"},{"description":{"content":"<p>Member Email</p>\n","type":"text/plain"},"key":"MemberEmail","value":"<string>"},{"description":{"content":"<p>Member's unsubscribe status</p>\n","type":"text/plain"},"key":"IsMemberSubscribe","value":"<bool>"},{"description":{"content":"<p>It must be greater than 0. default value: 1</p>\n","type":"text/plain"},"key":"PageNumber","value":"<Int32>"},{"description":{"content":"<p>It must be greater than 0. default value: 10</p>\n","type":"text/plain"},"key":"PageSize","value":"<Int32>"}],"variable":[{"description":{"content":"<p>It is a unique key created by the user. User-based management is provided through this key.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"apiKey"}]}},"response":[{"id":"ffc099b8-5dbe-45b0-b9ea-9ac0e8dc2f11","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://express-crm-gw.relateddigital.com/:apiKey/member?ListId=<Int32>&MemberId=<string>&MemberEmail=<string>&IsMemberSubscribe=<bool>&PageNumber=<Int32>&PageSize=<Int32>","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":[":apiKey","member"],"query":[{"key":"ListId","value":"<Int32>","description":"List id"},{"key":"MemberId","value":"<string>","description":"Member id"},{"key":"MemberEmail","value":"<string>","description":"Member Email"},{"key":"IsMemberSubscribe","value":"<bool>","description":"Member's unsubscribe status"},{"key":"PageNumber","value":"<Int32>","description":"It must be greater than 0. default value: 1"},{"key":"PageSize","value":"<Int32>","description":"It must be greater than 0. default value: 10"}],"variable":[{"key":"apiKey","value":"<string>","description":"It is a unique key created by the user. User-based management is provided through this key."}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"hardBounceMemberCount\": \"<Int32>\",\n    \"totalSubmissionCount\": \"<Int32>\",\n    \"data\": [\n        {\n            \"memberId\": \"<string>\",\n            \"email\": \"<string>\",\n            \"name\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"status\": \"<string>\",\n            \"emailPermission\": \"<bool>\",\n            \"createdDate\": \"<Datetime>\",\n            \"createdDateUtc\": \"<Datetime>\",\n            \"updatedDate\": \"<Datetime>\",\n            \"updatedDateUtc\": \"<Datetime>\"\n        },\n        {\n            \"memberId\": \"<string>\",\n            \"email\": \"<string>\",\n            \"name\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"status\": \"<string>\",\n            \"emailPermission\": \"<bool>\",\n            \"createdDate\": \"<Datetime>\",\n            \"createdDateUtc\": \"<Datetime>\",\n            \"updatedDate\": \"<Datetime>\",\n            \"updatedDateUtc\": \"<Datetime>\"\n        }\n    ],\n    \"totalItemCount\": \"<Int32>\"\n}"},{"id":"b61d5a0c-b414-48f5-8d15-beef09ac3bba","name":"NotFound","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://express-crm-gw.relateddigital.com/:apiKey/member?ListId=<Int32>&MemberId=<string>&MemberEmail=<string>&IsMemberSubscribe=<bool>&PageNumber=<Int32>&PageSize=<Int32>","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":[":apiKey","member"],"query":[{"key":"ListId","value":"<Int32>","description":"List id"},{"key":"MemberId","value":"<string>","description":"Member id"},{"key":"MemberEmail","value":"<string>","description":"Member Email"},{"key":"IsMemberSubscribe","value":"<bool>","description":"Member's unsubscribe status"},{"key":"PageNumber","value":"<Int32>","description":"It must be greater than 0. default value: 1"},{"key":"PageSize","value":"<Int32>","description":"It must be greater than 0. default value: 10"}],"variable":[{"key":"apiKey","value":"","description":"It is a unique key created by the user. User-based management is provided through this key."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"},{"id":"4032b11d-87f1-455d-b5e9-7753849dd518","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://express-crm-gw.relateddigital.com/:apiKey/member?ListId=<Int32>&MemberId=<string>&MemberEmail=<string>&IsMemberSubscribe=<bool>&PageNumber=<Int32>&PageSize=<Int32>","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":[":apiKey","member"],"query":[{"key":"ListId","value":"<Int32>","description":"List id"},{"key":"MemberId","value":"<string>","description":"Member id"},{"key":"MemberEmail","value":"<string>","description":"Member Email"},{"key":"IsMemberSubscribe","value":"<bool>","description":"Member's unsubscribe status"},{"key":"PageNumber","value":"<Int32>","description":"It must be greater than 0. default value: 1"},{"key":"PageSize","value":"<Int32>","description":"It must be greater than 0. default value: 10"}],"variable":[{"key":"apiKey","value":"<string>","description":"It is a unique key created by the user. User-based management is provided through this key."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"},{"id":"88a86fda-211f-4c99-8c24-6549f027837a","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://express-crm-gw.relateddigital.com/:apiKey/member?ListId=<Int32>&MemberId=<string>&MemberEmail=<string>&IsMemberSubscribe=<bool>&PageNumber=<Int32>&PageSize=<Int32>","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":[":apiKey","member"],"query":[{"key":"ListId","value":"<Int32>","description":"List id"},{"key":"MemberId","value":"<string>","description":"Member id"},{"key":"MemberEmail","value":"<string>","description":"Member Email"},{"key":"IsMemberSubscribe","value":"<bool>","description":"Member's unsubscribe status"},{"key":"PageNumber","value":"<Int32>","description":"It must be greater than 0. default value: 1"},{"key":"PageSize","value":"<Int32>","description":"It must be greater than 0. default value: 10"}],"variable":[{"key":"apiKey","value":"<string>","description":"It is a unique key created by the user. User-based management is provided through this key."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"}],"_postman_id":"d41f0659-2f4d-422f-b054-4454c98672e0"},{"name":"member","id":"5ab35dba-2e6b-452c-a966-39c8c7fa27d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"memberIdList\": [\r\n    \"<Int64>\"\r\n  ]\r\n}"},"url":"https://express-crm-gw.relateddigital.com/:apiKey/member","urlObject":{"protocol":"https","path":[":apiKey","member"],"host":["express-crm-gw","relateddigital","com"],"query":[],"variable":[{"description":{"content":"<p>It is a unique key created by the user. User-based management is provided through this key.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"apiKey"}]}},"response":[{"id":"ca53005a-6bc7-491d-822b-565e74049e2d","name":"OK","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"memberIdList\": [\r\n    \"<Int64>\"\r\n  ]\r\n}"},"url":{"raw":"https://express-crm-gw.relateddigital.com/:apiKey/member","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":[":apiKey","member"],"variable":[{"key":"apiKey","value":"<string>","description":"It is a unique key created by the user. User-based management is provided through this key."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\r\n  \"<Int64>\"\r\n]"},{"id":"bbeccee2-8add-4001-8b9a-1d510674a0d8","name":"BadRequest","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"memberIdList\": [\r\n    \"<Int64>\"\r\n  ]\r\n}"},"url":{"raw":"https://express-crm-gw.relateddigital.com/:apiKey/member","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":[":apiKey","member"],"variable":[{"key":"apiKey","value":"<string>","description":"It is a unique key created by the user. User-based management is provided through this key."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"},{"id":"fb0b0503-4e20-4520-817c-151776d506b2","name":"NotFound","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"memberIdList\": [\r\n    \"<Int64>\"\r\n  ]\r\n}"},"url":{"raw":"https://express-crm-gw.relateddigital.com/:apiKey/member","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":[":apiKey","member"],"variable":[{"key":"apiKey","value":"<string>","description":"It is a unique key created by the user. User-based management is provided through this key."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"},{"id":"f9928126-5a6d-45fa-95c5-56c921a45df8","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"memberIdList\": [\r\n    \"<Int64>\"\r\n  ]\r\n}"},"url":{"raw":"https://express-crm-gw.relateddigital.com/:apiKey/member","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":[":apiKey","member"],"variable":[{"key":"apiKey","value":"<string>","description":"It is a unique key created by the user. User-based management is provided through this key."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"},{"id":"e9ea9af6-7c6f-439a-9180-980cda18b62f","name":"Forbidden","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"memberIdList\": [\r\n    \"<Int64>\"\r\n  ]\r\n}"},"url":{"raw":"https://express-crm-gw.relateddigital.com/:apiKey/member","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":[":apiKey","member"],"variable":[{"key":"apiKey","value":"<string>","description":"It is a unique key created by the user. User-based management is provided through this key."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"}],"_postman_id":"5ab35dba-2e6b-452c-a966-39c8c7fa27d8"},{"name":"member","id":"46679678-f4f6-4a29-80f2-d57b95346589","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"<string>\",\r\n    \"lastName\": \"<string>\"\r\n}"},"url":"https://express-crm-gw.relateddigital.com/:apiKey/member/:id","urlObject":{"protocol":"https","path":[":apiKey","member",":id"],"host":["express-crm-gw","relateddigital","com"],"query":[],"variable":[{"description":{"content":"<p>It is a unique key created by the user. User-based management is provided through this key.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"apiKey"},{"description":{"content":"<p>Member id</p>\n","type":"text/plain"},"type":"any","value":"<Int64>","key":"id"}]}},"response":[{"id":"a0207351-4993-4bc2-bf09-b1e79909d356","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"<string>\",\r\n    \"lastName\": \"<string>\"\r\n}"},"url":{"raw":"https://express-crm-gw.relateddigital.com/:apiKey/member/:id","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":[":apiKey","member",":id"],"variable":[{"key":"apiKey","value":"<string>","description":"It is a unique key created by the user. User-based management is provided through this key."},{"key":"id","value":"<Int64>","description":"Member id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"memberId\": \"<string>\",\n    \"email\": \"<string>\",\n    \"name\": \"<string>\",\n    \"surname\": \"<string>\",\n    \"status\": \"<string>\",\n    \"emailPermission\": \"<bool>\",\n    \"createdDate\": \"<Datetime>\",\n    \"createdDateUtc\": \"<Datetime>\",\n    \"updatedDate\": \"<Datetime>\",\n    \"updatedDateUtc\": \"<Datetime>\",\n    \"merchantConsent\": null,\n    \"individualConsent\": null\n}"},{"id":"d7c8efde-35d3-4786-8f09-7b3f8b65607b","name":"BadRequest","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"<string>\",\r\n    \"lastName\": \"<string>\"\r\n}"},"url":{"raw":"https://express-crm-gw.relateddigital.com/:apiKey/member/:id","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":[":apiKey","member",":id"],"variable":[{"key":"apiKey","value":"","description":"It is a unique key created by the user. User-based management is provided through this key."},{"key":"id","value":"<Int64>","description":"Member id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"},{"id":"23d35fd3-bd0e-43aa-a531-b04cf564dc8d","name":"NotFound","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"<string>\",\r\n    \"lastName\": \"<string>\"\r\n}"},"url":{"raw":"https://express-crm-gw.relateddigital.com/:apiKey/member/:id","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":[":apiKey","member",":id"],"variable":[{"key":"apiKey","value":"<string>","description":"It is a unique key created by the user. User-based management is provided through this key."},{"key":"id","value":"<Int64>","description":"Member id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"},{"id":"355d6184-2293-49ba-87cb-7ce6ac5dbf69","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"<string>\",\r\n    \"lastName\": \"<string>\"\r\n}"},"url":{"raw":"https://express-crm-gw.relateddigital.com/:apiKey/member/:id","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":[":apiKey","member",":id"],"variable":[{"key":"apiKey","value":"<string>","description":"It is a unique key created by the user. User-based management is provided through this key."},{"key":"id","value":"<Int64>","description":"Member id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"},{"id":"8c350deb-c181-469d-ad90-6a7cfab55260","name":"Forbidden","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"<string>\",\r\n    \"lastName\": \"<string>\"\r\n}"},"url":{"raw":"https://express-crm-gw.relateddigital.com/:apiKey/member/:id","protocol":"https","host":["express-crm-gw","relateddigital","com"],"path":[":apiKey","member",":id"],"variable":[{"key":"apiKey","value":"<string>","description":"It is a unique key created by the user. User-based management is provided through this key."},{"key":"id","value":"<Int64>","description":"Member id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"}],"_postman_id":"46679678-f4f6-4a29-80f2-d57b95346589"}],"id":"e348ffc6-fc4b-4728-af31-28efb906b7f7","_postman_id":"e348ffc6-fc4b-4728-af31-28efb906b7f7","description":""},{"name":"health-check","id":"b9e6c37a-635c-4ec1-8efc-47fcd5b124e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://express-crm-gw.relateddigital.com/health-check","urlObject":{"protocol":"https","path":["health-check"],"host":["express-crm-gw","relateddigital","com"],"query":[],"variable":[]}},"response":[{"id":"9c19cf27-0ac7-4fa2-aefd-c1b656791dd1","name":"OK","originalRequest":{"method":"GET","header":[],"url":"https://express-crm-gw.relateddigital.com/health-check"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"d5ed27f3-e982-454f-bd05-05982f8812a8","name":"InternalServerError","originalRequest":{"method":"GET","header":[],"url":"https://express-crm-gw.relateddigital.com/health-check"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"b9e6c37a-635c-4ec1-8efc-47fcd5b124e3"}]}